lib/random_text.rb in random_text-1.0.0 vs lib/random_text.rb in random_text-1.0.1

- old
+ new

@@ -3,10 +3,10 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'random_text/dictionary' require 'random_text/random_strings' -class RandomText +module RandomText class << self def dictionaries @dictionaries ||= {} end