method

read_ipaddr

rails latest stable - Class: ActiveSupport::MessagePack::Extensions

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

read_ipaddr(unpacker)
public

No documentation available.

# File activesupport/lib/active_support/message_pack/extensions.rb, line 233
      def read_ipaddr(unpacker)
        IPAddr.new(unpacker.read)
      end