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



91
92
93
# File 'lib/rubocop/cop/surrounding_space.rb', line 91

def kind
  @kind
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



91
92
93
# File 'lib/rubocop/cop/surrounding_space.rb', line 91

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



91
92
93
# File 'lib/rubocop/cop/surrounding_space.rb', line 91

def right
  @right
end