Flowdock
method

to_proc

Importance_0
to_proc() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/story/runner/story_mediator.rb, line 111
          def to_proc
            type = @type
            name = @name
            lambda do
              send(type, name)
            end
          end
Register or log in to add new notes.