2

How do I parse pre-acquired whois text data using RubyWhois.

That is to say assuming that I already have the whois info of 'stackoverflow.com' as a string. How do I parse the same using RubyWhois library?

Any help is appreciated.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
GeekTantra
  • 11,580
  • 6
  • 41
  • 55

1 Answers1

1

Guess I found the solution here: https://groups.google.com/d/topic/ruby-whois/1ZpG_yfCqTM/discussion

GeekTantra
  • 11,580
  • 6
  • 41
  • 55