diff options
Diffstat (limited to 'lib/ubygems.rb')
-rw-r--r-- | lib/ubygems.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ubygems.rb b/lib/ubygems.rb new file mode 100644 index 0000000..fec880f --- /dev/null +++ b/lib/ubygems.rb @@ -0,0 +1,10 @@ +# This file allows for the running of rubygems with a nice +# command line look-and-feel: ruby -rubygems foo.rb +#-- +# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. +# All rights reserved. +# See LICENSE.txt for permissions. +#++ + + +require 'rubygems' |