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