# File lib/dnsruby/config.rb, line 60
    def ndots
      if (!@configured)
        parse_config
      end
      return @ndots
    end