module ActiveSupport::MessagePack::Extensions

def read_date(unpacker)

def read_date(unpacker)
  Date.jd(unpacker.read)
end