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 8f57bf2 commit 8cae31cCopy full SHA for 8cae31c
activesupport/lib/active_support/ordered_hash.rb
@@ -20,7 +20,7 @@ module ActiveSupport
20
# oh.keys # => [:a, :b], this order is guaranteed
21
#
22
# <tt>ActiveSupport::OrderedHash</tt> is namespaced to prevent conflicts with other implementations.
23
- class OrderedHash < ::Hash #:nodoc:
+ class OrderedHash < ::Hash
24
def to_yaml_type
25
"!tag:yaml.org,2002:omap"
26
end
0 commit comments