method
new
1.2.0 -
Show latest stable
- Class:
Spec::Example::ExampleMethods
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