# File lib/dm-validations/support/ordered_hash.rb, line 267 def each order.each { |k| yield( k,@hash[k] ) } self end