Skip to content

Instantly share code, notes, and snippets.

@collin
Created August 3, 2008 08:30
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 collin/3811 to your computer and use it in GitHub Desktop.
Save collin/3811 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'pathname'
__DIR__ = Pathname.new(__FILE__).dirname.expand_path
eval (__DIR__+".irbrc").read if (__DIR__+".irbrc").exist?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment