Parent

Methods

Files

WEBrick::Cookie

Public Instance Methods

expired?() click to toggle source
# File lib/anemone/cookie_store.rb, line 5
def expired?
  !!expires && expires < Time.now
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.