# File lib/Dnsruby/name.rb, line 119 def wild? if (labels.length == 0) return false end return (labels[0].string == '*') end