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