| Module | WWW |
| In: |
lib/mechanize.rb
|
# File lib/mechanize.rb, line 645
645: def self.const_missing klass
646: warn "!!!!! DEPRECATION NOTICE !!!!!\nThe WWW constant is deprecated, please switch to the new top-level Mechanize\nconstant. WWW will be removed in Mechanize version 2.0\n\nYou've referenced the WWW constant from \#{caller.first}, please\nswitch the \"WWW\" to \"Mechanize\". Thanks!\n\nSincerely,\n\n Pew Pew Pew\n"
647: Object.const_get(klass)
648: end