class RuboCop::Cop::Style::DateTime

def disallow_coercion?

def disallow_coercion?
  !cop_config['AllowCoercion']
end