little cleanup

code climate inspired
This commit is contained in:
Torsten Ruger
2018-03-26 14:15:48 +03:00
parent 60617ca632
commit 231025389a
3 changed files with 15 additions and 13 deletions

View File

@ -8,11 +8,5 @@ module Vool
@name , @left , @right = name , left , right
end
def collect(arr)
@receiver.collect(arr)
@arguments.collect(arr)
super
end
end
end