mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rake/*: [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@42050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ccdc9ecf64
commit
74201103a9
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jul 19 11:10:23 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/rake/*: [DOC] Capitalize "Ruby" in documentation
|
||||
Patch by Dave Worth https://github.com/ruby/ruby/pull/341
|
||||
|
||||
Fri Jul 19 01:04:14 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue