Closed fumitti closed 3 years ago
@fumitti thanks for your patch. Can you clarify the change? The deprecation should be correct, if you require the parser then you can use call .available?
on a result object. What is deprecated is the use of Whois.available?
.
Closing due to no follow up.
Correct the fix example in the deprecation warning message.
Whois.registered? is deprecated. Call Whois.whois("#{object}").available?
toWhois.registered? is deprecated. Call Whois.whois("#{object}").parser.registered?