Method: ActionCable::Connection::TestCookieJar#signed
- Defined in:
- actioncable/lib/action_cable/connection/test_case.rb
#signed ⇒ Object
44 45 46 |
# File 'actioncable/lib/action_cable/connection/test_case.rb', line 44 def signed @signed ||= TestCookies.new end |