# File lib/net/dns/resolver/timeouts.rb, line 22 def to_s if @seconds == 0 @output.to_s else @seconds.to_s end end