From 757dee1259ecb436debdb47f80905b73ed1ab510 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 19 Jul 2013 02:24:31 +0000 Subject: * lib/rubygems*: [DOC] Capitalize "Ruby" in documentation Patch by Dave Worth https://github.com/ruby/ruby/pull/341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/rubygems.rb') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index ad23a42a7c..4cc2e6ea50 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -115,7 +115,7 @@ module Gem RUBYGEMS_DIR = File.dirname File.expand_path(__FILE__) ## - # An Array of Regexps that match windows ruby platforms. + # An Array of Regexps that match windows Ruby platforms. WIN_PATTERNS = [ /bccwin/i, @@ -822,7 +822,7 @@ module Gem end ## - # A Gem::Version for the currently running ruby. + # A Gem::Version for the currently running Ruby. def self.ruby_version return @ruby_version if defined? @ruby_version @@ -945,7 +945,7 @@ module Gem end ## - # Load +plugins+ as ruby files + # Load +plugins+ as Ruby files def self.load_plugin_files(plugins) plugins.each do |plugin| @@ -1143,7 +1143,7 @@ unless gem_preluded then # TODO: remove guard after 1.9.2 dropped if defined?(RUBY_ENGINE) then begin ## - # Defaults the ruby implementation wants to provide for RubyGems + # Defaults the Ruby implementation wants to provide for RubyGems require "rubygems/defaults/#{RUBY_ENGINE}" rescue LoadError -- cgit v1.2.3