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