class RuboCop::Cop::Style::SpaceInsideParens

Checks for spaces inside ordinary round parentheses.

Public Instance Methods

specifics() click to toggle source
# File lib/rubocop/cop/style/space_inside_parens.rb, line 10
def specifics
  [[:tLPAREN, :tLPAREN2], :tRPAREN, 'parentheses']
end