# File lib/coercible/coercer/hash.rb, line 45 def to_datetime(value) ::DateTime.new(*extract(value)) end