Method: ALib::OrderedHash#to_a
- Defined in:
- lib/alib-0.5.1/orderedhash.rb
#to_a ⇒ Object
–}}}
171 172 173 174 175 176 177 |
# File 'lib/alib-0.5.1/orderedhash.rb', line 171 def to_a #--{{{ ary = [] each { |k,v| ary << [k,v] } ary #--}}} end |