Class: RSpec::ExampleContext
- Inherits:
-
Object
- Object
- RSpec::ExampleContext
- Defined in:
- sig/rspec/rewind.rbs
Instance Method Summary collapse
- #id ⇒ String
-
#initialize ⇒ ExampleContext
constructor
A new instance of ExampleContext.
- #metadata ⇒ Hash[Symbol, untyped]
- #source ⇒ Object
Constructor Details
#initialize ⇒ ExampleContext
Returns a new instance of ExampleContext.
223 |
# File 'sig/rspec/rewind.rbs', line 223
def initialize: (example: untyped) -> void
|
Instance Method Details
#id ⇒ String
226 |
# File 'sig/rspec/rewind.rbs', line 226
def id: () -> String
|
#metadata ⇒ Hash[Symbol, untyped]
225 |
# File 'sig/rspec/rewind.rbs', line 225
def metadata: () -> Hash[Symbol, untyped]
|
#source ⇒ Object
224 |
# File 'sig/rspec/rewind.rbs', line 224
def source: () -> untyped
|