Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
comment()
public
First line (or sentence) of all comments. Multiple comments are separated
by a “/”.
# File lib/rake/task.rb, line 282
def comment
transform_comments(" / ") { |c| first_sentence(c) }
end