Skip to content

Commit 0646114

Browse files
committed
Add nodoc to some private constants [ci skip]
1 parent a0fe7b7 commit 0646114

File tree

1 file changed

+2
-2
lines changed
  • actionpack/lib/action_dispatch/middleware

1 file changed

+2
-2
lines changed

actionpack/lib/action_dispatch/middleware/cookies.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def []=(name, options)
392392
end
393393
end
394394

395-
class JsonSerializer
395+
class JsonSerializer # :nodoc:
396396
def self.load(value)
397397
ActiveSupport::JSON.decode(value)
398398
end
@@ -402,7 +402,7 @@ def self.dump(value)
402402
end
403403
end
404404

405-
module SerializedCookieJars
405+
module SerializedCookieJars # :nodoc:
406406
MARSHAL_SIGNATURE = "\x04\x08".freeze
407407

408408
protected

0 commit comments

Comments
 (0)