getting the symbols to work

This commit is contained in:
Torsten Ruger
2015-06-01 08:33:23 +03:00
parent bee73801eb
commit f08d9659fc
9 changed files with 53 additions and 42 deletions

View File

@ -9,7 +9,7 @@ module VirtualHelper
end
def check
machine = Virtual::Machine.reboot
machine = Virtual::Machine.boot
expressions = machine.compile_main @string_input
if( expressions.first.is_a? Parfait::Method )
# stops the whole objectspace beeing tested