fix ruby send statement

remove ruby expression
This commit is contained in:
Torsten Ruger
2018-07-20 10:05:11 +03:00
parent 8cd9818f64
commit 7b02feae7a
6 changed files with 144 additions and 74 deletions

View File

@ -20,12 +20,4 @@ module Ruby
end
end
class Expression
def to_vool
raise "should not be normalized #{self}"
end
end
end