Method: Transproc::Function#args

Defined in:
lib/transproc/function.rb

#argsArray (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

Returns:

  • (Array)


23
24
25
# File 'lib/transproc/function.rb', line 23

def args
  @args
end