method
new
new(string)
public
Hide source
# File lib/resolv.rb, line 982 def initialize(string) @string = string @downcase = string.downcase end