class RuboCop::Cop::Performance::StringReplacement

def bang_method?(method)

def bang_method?(method)
  method.to_s.end_with?(BANG)
end