Method: ActiveSupport::MessagePack::Extensions#read_ipaddr
- Defined in:
- activesupport/lib/active_support/message_pack/extensions.rb
#read_ipaddr(unpacker) ⇒ Object
233 234 235 |
# File 'activesupport/lib/active_support/message_pack/extensions.rb', line 233 def read_ipaddr(unpacker) IPAddr.new(unpacker.read) end |