replace arrays with Statements class

This commit is contained in:
Torsten Ruger
2017-09-06 12:51:24 +03:00
parent 9a1e4a6f27
commit 80c3430536
7 changed files with 16 additions and 9 deletions

View File

@ -9,6 +9,10 @@ module Mom
@if_true = if_true
@if_false = if_false
end
def flatten
self
end
end
end