always list of methods in class

improve vool test dirs
This commit is contained in:
Torsten Ruger
2018-06-30 10:08:18 +03:00
parent 46d8f5002f
commit 4a7cc72732
21 changed files with 7 additions and 10 deletions

View File

@ -31,7 +31,7 @@ module MomCompile
@method = statements.clazz.get_method(:main)
assert_equal Parfait::VoolMethod , @method.class
#puts "#{res.class}"
res
res.first
end
def check_array( should , is )