method

new

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

No documentation available.

# File lib/spec/example/example_methods.rb, line 111
      def initialize(description, options={}, &implementation)
        @_options = options
        @_defined_description = description
        @_implementation = implementation
        @_backtrace = caller
      end