Method: Rake::Task#comment
- Defined in:
- lib/rake/task.rb
#comment ⇒ Object
First line (or sentence) of all comments. Multiple comments are separated by a “/”.
282 283 284 |
# File 'lib/rake/task.rb', line 282 def comment transform_comments(" / ") { |c| first_sentence(c) } end |