Method: Authlogic::TestCase::MockCookieJar#delete

Defined in:
lib/authlogic/test_case/mock_cookie_jar.rb

#delete(key, _options = {}) ⇒ Object


23
24
25
# File 'lib/authlogic/test_case/mock_cookie_jar.rb', line 23

def delete(key, _options = {})
  super(key)
end