In Files

Methods

Class Index [+]

Quicksearch

WWW

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.