Memoize WWW::Mechanize instance.

This commit is contained in:
Mark Menard 2009-03-05 17:45:56 -05:00
parent 72123c1cec
commit c647ae98bb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Webrat #:nodoc:
end
def mechanize
@mechanize = WWW::Mechanize.new
@mechanize ||= WWW::Mechanize.new
end
def_delegators :mechanize, :basic_auth