class RuboCop::Cop::Style::ColonMethodCall

def allowed_name(method_name)

def allowed_name(method_name)
  method_name.match(/^[A-Z]/)
end