# File lib/whois/record/parser/base.rb, line 217 def is(symbol) respond_to?(symbol) && send(symbol) end