method
to_a
to_a()
public
Hide source
# File lib/yaml/dbm.rb, line 98 def to_a a = [] keys.each { |k| a.push [ k, self.fetch( k ) ] } a end