# File lib/whois/record.rb, line 154 def properties hash = {} Parser::PROPERTIES.each { |property| hash[property] = send(property) } hash end