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.
2 parents aa84eeb + f49ff82 commit de8f8ecCopy full SHA for de8f8ec
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