method

to_proc

to_proc()
public

No documentation available.

# File lib/spec/story/runner/story_mediator.rb, line 111
          def to_proc
            type = @type
            name = @name
            lambda do
              send(type, name)
            end
          end