# File lib/whois/record/parser/whois.denic.de.rb, line 166 def contact(element, type) node(element) do |raw| Record::Contact.new(raw) do |c| c.type = type end end end