# File lib/rake/task.rb, line 143 143: def clear_comments 144: @full_comment = nil 145: @comment = nil 146: self 147: end