lib/fortune-finder.rb in fortune-finder-0.1.0 vs lib/fortune-finder.rb in fortune-finder-0.1.1

- old
+ new

@@ -1,9 +1,9 @@ require 'public_suffix' require 'toml' require 'fortune-finder/record' -module Fortune +module FortuneFinder class << self # Look up a domain name to see if it's the Fortune 2000 list. # # Returns a hash with the ranking and company name if one is found e.g. # #=> {:rank => 1, :name => 'GitHub'}