piglet
piglet copied to clipboard
Suggestion: alias foreach as generate
It would be nice if you could choose to use "generate" instead of "foreach" as the name of the foreach…generate operation in Piglet, i.e.
a.foreach { |r| … }
could also be written as
a.generate { |r| … }