method

encrypted

rails latest stable - Class: ActionCable::Connection::TestCookieJar
encrypted()
public

No documentation available.

# File actioncable/lib/action_cable/connection/test_case.rb, line 38
      def encrypted
        self[:encrypted] ||= {}.with_indifferent_access
      end