Closed calavera closed 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.
undefined method
Signed-off-by: David Calavera david.calavera@gmail.com
Thanks! I removed the instance method as it's not expected to be used.
Some parsers raise
undefined method
bug!' 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