Skip to content

Commit e76242c

Browse files
committed
remove Rake::TaskManager#last_comment
1 parent a3e4815 commit e76242c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

History.rdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Enhancements:
66
* Removed constant named `RAKEVERSION`
77
* Removed Rake::AltSystem
88
* Removed Rake::RubyForgePublisher
9+
* Removed Rake::TaskManager#last_comment. Use last_description.
910

1011
=== 10.5.0 / 2016-01-13
1112

lib/rake/task_manager.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ module TaskManager
55
# Track the last comment made in the Rakefile.
66
attr_accessor :last_description
77

8-
# TODO: Remove in Rake 11
9-
10-
alias :last_comment :last_description # :nodoc: Backwards compatibility
11-
128
def initialize # :nodoc:
139
super
1410
@tasks = Hash.new

0 commit comments

Comments
 (0)