class Dentaku::AST::Duration::Value

def initialize(value, unit)

def initialize(value, unit)
  @value = value
  @unit = validate_unit(unit)
end