adds method_statement to vool

This commit is contained in:
Torsten Ruger
2017-04-01 16:27:32 +03:00
parent 295782d9e6
commit 34fdf7b2cd
7 changed files with 55 additions and 1 deletions

View File

@ -20,5 +20,9 @@ module Vool
assert_equal :Base , @lst.super_class_name
end
def test_compile_class_body
assert_equal [] , @lst.body
end
end
end