class ActiveSupport::OrderedHash

def each

def each
  @keys.each {|key| yield [key, self[key]]}
end