weppos / whois-parser

An intelligent — pure Ruby — WHOIS parser.
https://whoisrb.org
MIT License
98 stars 102 forks source link

Fix bug! declaration #110

Closed calavera closed 5 years ago

calavera commented 5 years ago

Some parsers raise undefined methodbug!' for Whois::Parser:Class`. This adds the class method while keeping the instance method for backwards compatibility.

Signed-off-by: David Calavera david.calavera@gmail.com

weppos commented 5 years ago

Thanks! I removed the instance method as it's not expected to be used.