module RuboCop::Cop::Util

def parenthesized_call?(send)

def parenthesized_call?(send)
  send.loc.begin && send.loc.begin.is?('(')
end