aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ubygems.rb
blob: 51ee23e880a12bcff0af5a2ffb80207442a00ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true
# 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'