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