piperator icon indicating copy to clipboard operation
piperator copied to clipboard

Using >> method

Open thadeu opened this issue 2 years ago • 0 comments

Hey, great gem!

But, what do you think, that use | method instead ., for example like this.

Piperator
  | ->(values) { values.lazy.map { |i| i * 3 } }
  | ->(values) { values.sum }
  call([1, 2, 3])
# => 18

thadeu avatar Aug 03 '23 19:08 thadeu