From b89e894399016def7979168d16eff9026012a710 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 27 Feb 2015 11:55:47 +0000 Subject: * lib/rake: Update to rake (9237e74), typo fix and remove needless private syntax. * test/rake: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rake/dsl_definition.rb | 2 +- lib/rake/task_manager.rb | 3 --- lib/rake/testtask.rb | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/rake/dsl_definition.rb b/lib/rake/dsl_definition.rb index 26f4ca828c..4c57c1eb9f 100644 --- a/lib/rake/dsl_definition.rb +++ b/lib/rake/dsl_definition.rb @@ -7,7 +7,7 @@ module Rake # DSL is a module that provides #task, #desc, #namespace, etc. Use this # when you'd like to use rake outside the top level scope. # - # For a Rakefile you run from the comamnd line this module is automatically + # For a Rakefile you run from the command line this module is automatically # included. module DSL diff --git a/lib/rake/task_manager.rb b/lib/rake/task_manager.rb index cbb9f5ee2f..d9b4d85e75 100644 --- a/lib/rake/task_manager.rb +++ b/lib/rake/task_manager.rb @@ -291,9 +291,6 @@ module Rake result.flatten end - - private - # Return the current description, clearing it in the process. def get_description(task) desc = @last_description diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb index 2daa589634..02fbe5e92b 100644 --- a/lib/rake/testtask.rb +++ b/lib/rake/testtask.rb @@ -62,7 +62,7 @@ module Rake # attr_accessor :loader - # Array of commandline options to pass to ruby when running test loader. + # Array of command line options to pass to ruby when running test loader. attr_accessor :ruby_opts # Description of the test task. (default is 'Run tests') -- cgit v1.2.3