Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created February 18, 2010 00:41
Show Gist options
  • Save defunkt/307193 to your computer and use it in GitHub Desktop.
Save defunkt/307193 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