We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4815 commit e76242cCopy full SHA for e76242c
History.rdoc
@@ -6,6 +6,7 @@ Enhancements:
6
* Removed constant named `RAKEVERSION`
7
* Removed Rake::AltSystem
8
* Removed Rake::RubyForgePublisher
9
+ * Removed Rake::TaskManager#last_comment. Use last_description.
10
11
=== 10.5.0 / 2016-01-13
12
lib/rake/task_manager.rb
@@ -5,10 +5,6 @@ module TaskManager
5
# Track the last comment made in the Rakefile.
attr_accessor :last_description
- # TODO: Remove in Rake 11
-
- alias :last_comment :last_description # :nodoc: Backwards compatibility
def initialize # :nodoc:
13
super
14
@tasks = Hash.new
0 commit comments