Class: Proc::RecursiveStep
- Inherits:
-
Object
- Object
- Proc::RecursiveStep
- Defined in:
- lib/matilda-function.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Instance Method Summary collapse
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
31 32 33 |
# File 'lib/matilda-function.rb', line 31 def args @args end |
Instance Method Details
#call(*args) ⇒ Object
33 34 35 36 |
# File 'lib/matilda-function.rb', line 33 def call(*args) @args = args self end |