move main to object (from kernel)

This commit is contained in:
Torsten Ruger
2015-05-30 14:49:10 +03:00
parent 24259fa18b
commit 079306dbf8
5 changed files with 11 additions and 31 deletions

View File

@ -24,10 +24,7 @@ HERE
def test_puts_string
@string_input = <<HERE
def foo()
putstring("Hello")
end
foo()
putstring("Hello")
HERE
check
end