Sha256: 5c75082f46f8079c0cf42f963fb1f4edd11d1bb5af26af01eaaf4fcb59546fcb
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
class Hash # def to_yaml(opts = {}) # YAML::quick_emit(object_id, opts) do |out| # out.map(taguri, to_yaml_style) do |map| # sort.each do |k, v| # "sort" added # map.add(k, v) # end # end # end # end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
core_extend-0.2.0 | lib/core_extend/hash.rb |
core_extend-0.1.9 | lib/core_extend/hash.rb |