class ActiveSupport::Duration::Scalar
def <=>(other)
def <=>(other) if Scalar === other || Duration === other value <=> other.value elsif Numeric === other value <=> other else nil end end
def <=>(other) if Scalar === other || Duration === other value <=> other.value elsif Numeric === other value <=> other else nil end end