getting some sof output and adding some tests. issues though. abound
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user