= private = protected
new(address, protocol, bitmap)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/resolv.rb, line 2207 def initialize(address, protocol, bitmap) @address = IPv4.create(address) @protocol = protocol @bitmap = bitmap end