class RuboCop::Cop::Style::SendWithLiteralMethodName

def allow_send?

def allow_send?
  !!cop_config['AllowSend']
end