Object
Public: Compose a Proc.
Proc
f - Method, Proc or Symbol describing a Proc to compose with the current
Method
Proc.
Returns a composed Proc.
# File lib/funtools/composition.rb, line 20 def *(f) ->(*n) { self[f.to_proc[*n]] } end