module RuboCop::Cop::Style::ConditionalAssignmentHelper

def end_with_eq?(sym)

def end_with_eq?(sym)
  sym.to_s.end_with?(EQUAL)
end