IPv4
Address resource
The Resolv::IPv4
address for this A
.
# File lib/resolv.rb, line 2174 def initialize(address) @address = IPv4.create(address) end
Creates a new A
for address
.
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.