Flowdock
new(description, options={}, &implementation) public

No documentation

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

Hide source
# File lib/spec/example/example_methods.rb, line 111
      def initialize(description, options={}, &implementation)
        @_options = options
        @_defined_description = description
        @_implementation = implementation
        @_backtrace = caller
      end
Register or log in to add new notes.