Class: Rubocop::Cop::SpaceInside::Paren

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/cop/surrounding_space.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



88
89
90
# File 'lib/rubocop/cop/surrounding_space.rb', line 88

def kind
  @kind
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



88
89
90
# File 'lib/rubocop/cop/surrounding_space.rb', line 88

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



88
89
90
# File 'lib/rubocop/cop/surrounding_space.rb', line 88

def right
  @right
end