class ActiveSupport::Duration

def respond_to_missing?(method, _)

def respond_to_missing?(method, _)
  value.respond_to?(method)
end