wit metaclass and class functions

needs to go back to arrays first
This commit is contained in:
Torsten Ruger
2015-10-25 15:40:12 +02:00
parent 0d001ec0fc
commit b7d0ee8f99
5 changed files with 97 additions and 31 deletions

View File

@ -7,7 +7,7 @@ class TestBasicClass < MiniTest::Test
def test_class_def
@string_input = <<HERE
class Bar
int buh()
int self.buh()
return 1
end
end