Bug #9093 ยป 389.patch
| lib/resolv.rb | ||
|---|---|---|
|
# Returns the first string from +strings+.
|
||
|
def data
|
||
|
@strings[0]
|
||
|
@strings.join("")
|
||
|
end
|
||
|
def encode_rdata(msg) # :nodoc:
|
||