simple test for dynamic call

This commit is contained in:
Torsten Ruger
2018-03-12 18:13:26 +05:30
parent e6e8522b4e
commit c806106917
5 changed files with 39 additions and 2 deletions

View File

@ -31,5 +31,8 @@ module Common
@statements.each { |s| s.collect(arr) }
super
end
def add_array(a)
@statements += a
end
end
end