Skip to content

Instantly share code, notes, and snippets.

@rrrene
Created July 11, 2010 08:22
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 rrrene/471395 to your computer and use it in GitHub Desktop.
Save rrrene/471395 to your computer and use it in GitHub Desktop.
custom IRB console
#!/usr/bin/env ruby -wKU
# ... do some awesome stuff (requires, variable initialization, etc.)
require 'irb'
require 'irb/completion'
IRB.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment