# File lib/rake.rb, line 635 635: def add_description(description) 636: return if ! description 637: comment = description.strip 638: add_comment(comment) if comment && ! comment.empty? 639: end