class RuboCop::Cop::Style::RedundantParentheses

def only_begin_arg?(args)

def only_begin_arg?(args)
  args.one? && args.first.begin_type?
end