class Rubocop::Cop::Style::SpaceInsideParens
Checks for spaces inside ordinary round parentheses.
def specifics
def specifics [:tLPAREN2, :tRPAREN, 'parentheses'] end
Checks for spaces inside ordinary round parentheses.
def specifics [:tLPAREN2, :tRPAREN, 'parentheses'] end