RSpec::Core::Example
@private Provides an execution context for before/after :suite hooks.
# File lib/rspec/core/example.rb, line 464 def initialize super(AnonymousExampleGroup, "", {}) end
To ensure we don’t silence errors…
# File lib/rspec/core/example.rb, line 469 def set_exception(exception, context=nil) raise exception end
[Validate]
Generated with the Darkfish Rdoc Generator 2.