We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a980a commit f49ff82Copy full SHA for f49ff82
actioncable/lib/action_cable/connection/test_case.rb
@@ -30,7 +30,7 @@ def assert_reject_connection(&block)
30
end
31
32
33
- class TestCookies < ActiveSupport::HashWithIndifferentAccess
+ class TestCookies < ActiveSupport::HashWithIndifferentAccess # :nodoc:
34
def []=(name, options)
35
value = options.is_a?(Hash) ? options.symbolize_keys[:value] : options
36
super(name, value)
0 commit comments