# File lib/rake/task.rb, line 223 223: def add_description(description) 224: return if ! description 225: comment = description.strip 226: add_comment(comment) if comment && ! comment.empty? 227: end