blank?()
Return true if this line is blank
# File lib/rdoc/markup/lines.rb, line 62 def blank? @text.empty? end