# File lib/dm-validations/support/ordered_hash.rb, line 218 def fetch(k, *a, &b) @hash.fetch(k, *a, &b) end