# File lib/extlib/dictionary.rb, line 405
  def to_a
    ary = []
    each { |k,v| ary << [k,v] }
    ary
  end