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