class ActiveSupport::Duration::Scalar

def initialize(value)

def initialize(value)
  @value = value
end