method
read_hash_with_indifferent_access
rails latest stable - Class:
ActiveSupport::MessagePack::Extensions
read_hash_with_indifferent_access(unpacker)public
No documentation available.
# File activesupport/lib/active_support/message_pack/extensions.rb, line 228
def read_hash_with_indifferent_access(unpacker)
ActiveSupport::HashWithIndifferentAccess.new(unpacker.read)
end