fix debug

This commit is contained in:
Torsten Ruger
2015-06-09 11:38:03 +02:00
parent 20b28077a1
commit c9ec6e2f39
3 changed files with 10 additions and 9 deletions

View File

@ -17,7 +17,7 @@ module Virtual
@codes = []
end
attr_reader :name , :codes , :method
attr_reader :name , :codes , :method , :position
attr_accessor :branch
def reachable ret = []