# File lib/mechanize.rb, line 671 def self.const_missing klass warn "!!!!! DEPRECATION NOTICE !!!!! The WWW constant is deprecated, please switch to the new top-level Mechanize constant. WWW will be removed in Mechanize version 2.0 You've referenced the WWW constant from #{caller.first}, please switch the "WWW" to "Mechanize". Thanks! Sincerely, Pew Pew Pew " Object.const_get(klass) end