Displaying 1 result from an estimated 1 matches for "91e7e345".
2008 Mar 11
8
Mechanize#get vs Mechanize#fetch_page
So I found myself wanting to call Mechanize#get with a hash for  
arguments like this:
WWW::Mechanize.new(''http://api.flickr.com/services/rest/'', {:method =>  
''flickr.auth.getFrob''... })
Granted, it looks like this isn''t supported but it led me to what  
looks like a bug.  Namely that get calls fetch_page(abs_uri, request,  
cur_page, &block)