method
signed
rails latest stable - Class:
ActionCable::Connection::TestCookieJar
signed()public
No documentation available.
# File actioncable/lib/action_cable/connection/test_case.rb, line 34
def signed
self[:signed] ||= {}.with_indifferent_access
end