module ActiveSupport::MessagePack::Extensions

def read_set(unpacker)

def read_set(unpacker)
  Set.new(unpacker.read)
end