# File lib/coercible/coercer/hash.rb, line 32 def to_date(value) ::Date.new(*extract(value).first(3)) end