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