mirror of https://github.com/rails/rails
remove nodoc on OrderedHash
This commit is contained in:
parent
8f57bf207f
commit
8cae31c800
|
@ -20,7 +20,7 @@ module ActiveSupport
|
|||
# oh.keys # => [:a, :b], this order is guaranteed
|
||||
#
|
||||
# <tt>ActiveSupport::OrderedHash</tt> is namespaced to prevent conflicts with other implementations.
|
||||
class OrderedHash < ::Hash #:nodoc:
|
||||
class OrderedHash < ::Hash
|
||||
def to_yaml_type
|
||||
"!tag:yaml.org,2002:omap"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue