class TrueClass

def to_msgpack_with_packer(packer)

def to_msgpack_with_packer(packer)
  packer.write_true
  packer
end