# File lib/hashery/orderedhash.rb, line 96
    def values
      @keys.collect{ |key| self[key] }
    end