tests for mom check instructions

This commit is contained in:
2019-09-15 19:57:15 +03:00
parent 5ab021de5a
commit b46512a1b8
7 changed files with 145 additions and 27 deletions

View File

@ -13,7 +13,6 @@ module Mom
def initialize(left, right , label)
super(label)
raise right.to_s if right.to_s.include?("arguments")
@left , @right = left , right
end