blob: fec880f73b152a5f60416a5b0419b4dfb7fd95b1 (
plain)
1
2
3
4
5
6
7
8
9
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'
|