textarcana (owner)

Revisions

gist: 209259 Download_button fork
public
Public Clone URL: git://gist.github.com/209259.git
Embed All Files: show embed
what_does_this_do.rb #
1
2
3
4
5
6
$:.unshift File.join(File.dirname(__FILE__), "..", "lib")
 
# what does this do? does it add lib to the load path?
 
# Seen in the Mechanize.rb test cases
# <http://www.koders.com/ruby/fid2731C09A44DF3E05F79D0756B155987F87020B20.aspx?s=proxy>