module RuboCop::Cop::SafeAssignment

def safe_assignment_allowed?

def safe_assignment_allowed?
  cop_config['AllowSafeAssignment']
end