class ActiveSupport::Duration

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  value.public_send(method, *args, &block)
end