Method: Transproc::Function#args
- Defined in:
- lib/transproc/function.rb
#args ⇒ Array (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Additional arguments that will be passed to the wrapped proc
23 24 25 |
# File 'lib/transproc/function.rb', line 23 def args @args end |