# File lib/glue/mixins.rb, line 23 def expires_after(timeout = (60*60*24)) @expires = Time.now + timeout end