Class: RSpec::ExampleStateResetter
- Inherits:
-
Object
- Object
- RSpec::ExampleStateResetter
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#last_exception ⇒ StandardError?
readonly
Returns the value of attribute last_exception.
Instance Method Summary collapse
-
#initialize ⇒ ExampleStateResetter
constructor
A new instance of ExampleStateResetter.
- #reset ⇒ Boolean
Constructor Details
#initialize ⇒ ExampleStateResetter
Returns a new instance of ExampleStateResetter.
416 |
# File 'sig/rspec/rewind.rbs', line 416
def initialize: (configuration: Configuration, ?adapter: RSpecAdapter) -> void
|
Instance Attribute Details
#last_exception ⇒ StandardError? (readonly)
Returns the value of attribute last_exception.
415 416 417 |
# File 'sig/rspec/rewind.rbs', line 415 def last_exception @last_exception end |
Instance Method Details
#reset ⇒ Boolean
417 |
# File 'sig/rspec/rewind.rbs', line 417
def reset: (untyped) -> bool
|