Skip to content

Commit 8cae31c

Browse files
committed
remove nodoc on OrderedHash
1 parent 8f57bf2 commit 8cae31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/ordered_hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module ActiveSupport
2020
# oh.keys # => [:a, :b], this order is guaranteed
2121
#
2222
# <tt>ActiveSupport::OrderedHash</tt> is namespaced to prevent conflicts with other implementations.
23-
class OrderedHash < ::Hash #:nodoc:
23+
class OrderedHash < ::Hash
2424
def to_yaml_type
2525
"!tag:yaml.org,2002:omap"
2626
end

0 commit comments

Comments
 (0)