# File lib/rake/task.rb, line 322
    def comment
      transform_comments(" / ") { |c| first_sentence(c) }
    end