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