Skip to content

Commit

Permalink
Fix match assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Mar 14, 2012
1 parent 99fdca7 commit b24bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whois/record/parser/whois.dns.hr.rb
Expand Up @@ -70,7 +70,7 @@ class WhoisDnsHr < Base


property_supported :registrant_contacts do property_supported :registrant_contacts do
node("descr") do |array| node("descr") do |array|
city, zip = array[2].match(/([\d\s]+) (.+)/).to_a fuffa, zip, city = array[2].match(/([\d\s]+) (.+)/).to_a
Record::Contact.new( Record::Contact.new(
:type => Whois::Record::Contact::TYPE_REGISTRANT, :type => Whois::Record::Contact::TYPE_REGISTRANT,
:id => nil, :id => nil,
Expand Down

0 comments on commit b24bee9

Please sign in to comment.