Skip to content

Instantly share code, notes, and snippets.

@indirect
Forked from defunkt/gist:307193
Created March 1, 2010 22:58
Show Gist options
  • Save indirect/318909 to your computer and use it in GitHub Desktop.
Save indirect/318909 to your computer and use it in GitHub Desktop.
Dev-mode ruby
# Instead of this:
# $ ruby -rubygems -I lib bin/thing test
# Run this:
# $ druby thing test
function druby() {
ruby -rubygems -I lib bin/$@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment