Object
Public: Compose a Method.
Method
f - Method, Proc or Symbol describing a Proc to compose with the current
Proc
method.
Returns a composed Proc.
# File lib/funtools/composition.rb, line 8 def *(f) to_proc * f end