Searched refs:Omap (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Domap.rb2 class Omap < ::Hash class in class:Psych
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_omap.rb7 assert_kind_of Psych::Omap, o
13 map = Psych::Omap.new
20 map = Psych::Omap.new
26 map = Psych::Omap.new
34 map = Psych::Omap[*list.flatten]
41 map = Psych::Omap['a', 'b', 'c', 'd']
50 map = Psych::Omap[*list.flatten]
H A Dtest_yaml.rb1256 omap = Psych::Omap.new
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dto_ruby.rb124 map = register(o, Psych::Omap.new)
228 map = register(o, Psych::Omap.new)

Completed in 209 milliseconds