Class: RuboCop::RSpec::ExampleGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/gems/rubocop_rspec_stubs.rbs

Instance Method Summary collapse

Constructor Details

#initializeExampleGroup

Returns a new instance of ExampleGroup.

Parameters:

  • node (RuboCop::AST::Node)


57
# File 'sig/gems/rubocop_rspec_stubs.rbs', line 57

def initialize: (RuboCop::AST::Node node) -> void

Instance Method Details

#hooksArray[RuboCop::RSpec::Hook]

Returns:



63
# File 'sig/gems/rubocop_rspec_stubs.rbs', line 63

def hooks: () -> Array[RuboCop::RSpec::Hook]

#letsArray[RuboCop::AST::Node]

Returns:

  • (Array[RuboCop::AST::Node])


59
# File 'sig/gems/rubocop_rspec_stubs.rbs', line 59

def lets: () -> Array[RuboCop::AST::Node]

#subjectsArray[RuboCop::AST::Node]

Returns:

  • (Array[RuboCop::AST::Node])


61
# File 'sig/gems/rubocop_rspec_stubs.rbs', line 61

def subjects: () -> Array[RuboCop::AST::Node]