method

to_yaml_type

rails latest stable - Class: ActiveSupport::OrderedHash
to_yaml_type()
public

No documentation available.

# File activesupport/lib/active_support/ordered_hash.rb, line 25
    def to_yaml_type
      "!tag:yaml.org,2002:omap"
    end