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/surrounding_space.rb, line 245
def specifics
  [:tLPAREN2, :tRPAREN, 'parentheses']
end