getting some sof output and adding some tests. issues though. abound

This commit is contained in:
Torsten Ruger
2014-08-14 17:40:56 +03:00
parent 7e60827dd3
commit 2c2ae14928
7 changed files with 104 additions and 23 deletions

View File

@ -19,7 +19,11 @@ module Virtual
@codes = []
end
attr_reader :name , :next , :codes , :method
def attributes
[:name , :codes , :branch]
end
attr_reader :name , :codes , :method
attr_accessor :branch
def reachable ret = []