lib/whois/record/parser/whois.pir.org.rb in whois-3.6.3 vs lib/whois/record/parser/whois.pir.org.rb in whois-3.6.4

- old
+ new

@@ -16,11 +16,11 @@ # Parser for the whois.pir.org server. class WhoisPirOrg < BaseAfilias self.scanner = Scanners::WhoisPirOrg - + # Checks whether the response has been throttled. # # @return [Boolean] # # @example @@ -40,10 +40,10 @@ id: node('Sponsoring Registrar IANA ID'), name: node('Sponsoring Registrar') ) end end - + property_supported :created_on do node("Creation Date") do |value| Time.parse(value) end end