got it down to string equality/identity

This commit is contained in:
Torsten Ruger
2015-05-31 17:54:36 +03:00
parent 1509e7ba2f
commit 5d870ef154
6 changed files with 19 additions and 9 deletions

View File

@ -60,6 +60,7 @@ module Virtual
raise "no such pass-class as #{pass_class}" unless pass
pass.new.run(block)
end
#puts @space.get_main if pass_class == "Virtual::SendImplementation"
end
end