# File lib/rake.rb, line 662
662: def desc(comment)
663:   Rake.application.last_comment = comment
664: end