Method: Transproc::Function#call
- Defined in:
- lib/transproc/function.rb
#call(*value) ⇒ Object Also known as: []
Call the wrapped proc
46 47 48 |
# File 'lib/transproc/function.rb', line 46 def call(*value) fn.call(*value, *args) end |