class Rake::Task

def comment

separated by a "/".
First line (or sentence) of all comments. Multiple comments are
def comment
  transform_comments(" / ") { |c| first_sentence(c) }
end