class ActiveSupport::Duration::Scalar

def coerce(other)

def coerce(other)
  [Scalar.new(other), self]
end