summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 54f3fcca89..039d26c1fe 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -1,9 +1,9 @@
# -*- ruby -*-
-#
+#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
-#
+#++
require 'rbconfig'
@@ -109,6 +109,8 @@ require 'rubygems/errors'
# Thanks!
#
# -The RubyGems Team
+
+
module Gem
RUBYGEMS_DIR = File.dirname File.expand_path(__FILE__)