# File lib/dm-validations/support/ordered_hash.rb, line 337 def pop key = order.last key ? [key,delete(key)] : nil end