class Proc::RecursiveStep

Attributes

args[R]

Public Instance Methods

call(*args) click to toggle source
# File lib/matilda-function.rb, line 33
def call(*args)
  @args = args
  self
end