Class: RuboCop::RSpec::ExampleGroup

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

Instance Method Summary collapse

Constructor Details

#initializeExampleGroup

Returns a new instance of ExampleGroup.

Parameters:

  • node (RuboCop::AST::Node)


22
# File 'sig/rubocop_rspec_stubs.rbs', line 22

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

Instance Method Details

#letsArray[RuboCop::AST::Node]

Returns:

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


24
# File 'sig/rubocop_rspec_stubs.rbs', line 24

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