piglet icon indicating copy to clipboard operation
piglet copied to clipboard

Suggestion: alias foreach as generate

Open iconara opened this issue 16 years ago • 0 comments

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| … }

iconara avatar Jan 17 '10 18:01 iconara