Method: ActionCable::Connection::TestCookieJar#encrypted

Defined in:
actioncable/lib/action_cable/connection/test_case.rb

#encryptedObject



48
49
50
# File 'actioncable/lib/action_cable/connection/test_case.rb', line 48

def encrypted
  @encrypted ||= TestCookies.new
end