summaryrefslogtreecommitdiff
path: root/lib/rdoc/ri/paths.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:26:08 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:26:08 +0000
commitb19a968f9ad54bc6a71bcb657271166931e59805 (patch)
tree506c738ebed98db70bf82d457b01ce48254e0279 /lib/rdoc/ri/paths.rb
parent757dee1259ecb436debdb47f80905b73ed1ab510 (diff)
* lib/rdoc/*: [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@42053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/ri/paths.rb')
-rw-r--r--lib/rdoc/ri/paths.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb
index d7ea285eaa..970cb91461 100644
--- a/lib/rdoc/ri/paths.rb
+++ b/lib/rdoc/ri/paths.rb
@@ -162,9 +162,9 @@ module RDoc::RI::Paths
##
# The location of ri data installed into the site dir.
#
- # Historically this was available for documentation installed by ruby
+ # Historically this was available for documentation installed by Ruby
# libraries predating RubyGems. It is unlikely to contain any content for
- # modern ruby installations.
+ # modern Ruby installations.
def self.site_dir
File.join BASE, 'site'
@@ -173,11 +173,11 @@ module RDoc::RI::Paths
##
# The location of the built-in ri data.
#
- # This data is built automatically when `make` is run when ruby is
- # installed. If you did not install ruby by hand you may need to install
+ # This data is built automatically when `make` is run when Ruby is
+ # installed. If you did not install Ruby by hand you may need to install
# the documentation yourself. Please consult the documentation for your
- # package manager or ruby installer for details. You can also use the
- # rdoc-data gem to install system ri data for common versions of ruby.
+ # package manager or Ruby installer for details. You can also use the
+ # rdoc-data gem to install system ri data for common versions of Ruby.
def self.system_dir
File.join BASE, 'system'