Method: ActiveSupport::MessagePack::Extensions#read_set

Defined in:
lib/active_support/message_pack/extensions.rb

#read_set(unpacker) ⇒ Object



226
227
228
# File 'lib/active_support/message_pack/extensions.rb', line 226

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