Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created May 19, 2010 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayneeseguin/407003 to your computer and use it in GitHub Desktop.
Save wayneeseguin/407003 to your computer and use it in GitHub Desktop.
apillet@russell:~$ cat foo.rb
FOO = 123
apillet@russell:~$ irb
ruby-1.9.2-preview1 > $:.unshift(Dir.pwd)
ruby-1.9.2-preview1 > require 'foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment