Closed postmodern closed 1 week ago
Ensure that Network::PublicSuffix::List#split can handle splitting example.com..
Network::PublicSuffix::List#split
example.com.
Appears that Ruby's String#split already handles this for us.
String#split
"sun.com.".split('.') # => ["sun", "com"]
Ensure that
Network::PublicSuffix::List#split
can handle splittingexample.com.
.