# File lib/more/facets/expirable.rb, line 27
  def expires_after(timeout = (60*60*24))
    @expires = Time.now + timeout
  end