method
new

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