summaryrefslogtreecommitdiff
path: root/lib/rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake')
-rw-r--r--lib/rake/file_utils_ext.rb2
-rw-r--r--lib/rake/testtask.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rake/file_utils_ext.rb b/lib/rake/file_utils_ext.rb
index 386af441d8..b110f0952b 100644
--- a/lib/rake/file_utils_ext.rb
+++ b/lib/rake/file_utils_ext.rb
@@ -90,7 +90,7 @@ module Rake
oldvalue
end
- # Use this function to prevent potentially destructive ruby code
+ # Use this function to prevent potentially destructive Ruby code
# from running when the :nowrite flag is set.
#
# Example:
diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb
index 19592d80c8..ff4ef3b988 100644
--- a/lib/rake/testtask.rb
+++ b/lib/rake/testtask.rb
@@ -64,7 +64,7 @@ module Rake
#
attr_accessor :loader
- # Array of commandline options to pass to ruby when running test loader.
+ # Array of commandline options to pass to Ruby when running test loader.
attr_accessor :ruby_opts
# Explicitly define the list of test files to be included in a