minor naming and spaces

This commit is contained in:
Torsten Ruger
2018-07-27 10:46:22 +03:00
parent 776050fa70
commit 4839e0d245
5 changed files with 10 additions and 11 deletions

View File

@ -15,7 +15,6 @@ module Vool
at_depth(depth , "#{@name} = #{@value}")
end
def chain_assign(assign , compiler)
return assign unless @value.is_a?(SendStatement)
@value.to_mom(compiler) << assign