Skip to content

Commit de8f8ec

Browse files
authored
Merge pull request rails#51980 from justinko/no-doc-actioncable-test-cookies
:nodoc: for ActionCable::Connection::TestCookies
2 parents aa84eeb + f49ff82 commit de8f8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/lib/action_cable/connection/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def assert_reject_connection(&block)
3030
end
3131
end
3232

33-
class TestCookies < ActiveSupport::HashWithIndifferentAccess
33+
class TestCookies < ActiveSupport::HashWithIndifferentAccess # :nodoc:
3434
def []=(name, options)
3535
value = options.is_a?(Hash) ? options.symbolize_keys[:value] : options
3636
super(name, value)

0 commit comments

Comments
 (0)