class Rubocop::Cop::Style::RedundantSelf

def constant_name?(method_name)

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