Class: RuboCop::RSpec::ExampleGroup
- Inherits:
-
Object
- Object
- RuboCop::RSpec::ExampleGroup
- Defined in:
- sig/rubocop_rspec_stubs.rbs
Instance Method Summary collapse
-
#initialize ⇒ ExampleGroup
constructor
A new instance of ExampleGroup.
- #lets ⇒ Array[RuboCop::AST::Node]
Constructor Details
#initialize ⇒ ExampleGroup
Returns a new instance of ExampleGroup.
22 |
# File 'sig/rubocop_rspec_stubs.rbs', line 22
def initialize: (RuboCop::AST::Node node) -> void
|
Instance Method Details
#lets ⇒ Array[RuboCop::AST::Node]
24 |
# File 'sig/rubocop_rspec_stubs.rbs', line 24
def lets: () -> Array[RuboCop::AST::Node]
|