weppos / publicsuffix-ruby

Domain name parser for Ruby based on the Public Suffix List.
https://simonecarletti.com/code/publicsuffix
MIT License
617 stars 109 forks source link

Add method to extract registered part from a domain name #101

Closed dlovellrw closed 8 years ago

weppos commented 8 years ago

Hi @dlovellrw, how is this method different than the PublicSuffix.domain method? (Note this is a new method introduced in the current master).

dlovellrw commented 8 years ago

Looks good. Thank you.