Method: Rake::Task#comment

Defined in:
lib/rake/task.rb

#commentObject

First line (or sentence) of all comments. Multiple comments are separated by a “/”.



322
323
324
# File 'lib/rake/task.rb', line 322

def comment
  transform_comments(" / ") { |c| first_sentence(c) }
end