empty?()
A comment is empty if its text String is empty.
# File lib/rdoc/comment.rb, line 133 def empty? @text.empty? end