# File lib/map.rb, line 363
  def values
    array = []
    keys.each{|key| array.push(self[key])}
    array
  end