method

new

rspec latest stable - Class: Spec::Example::ExampleMethods
new(example_proxy, &implementation)
public

No documentation available.

# File lib/spec/example/example_methods.rb, line 115
      def initialize(example_proxy, &implementation)
        @_proxy = example_proxy
        @_implementation = implementation
        @_backtrace = caller
      end