class ActiveModel::AttributeSet::YAMLEncoder

def initialize(default_types)

:nodoc:
ActiveModel::AttributeSet to reduce the size of the resulting string
Attempts to do more intelligent YAML dumping of an
def initialize(default_types)
  @default_types = default_types
end