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