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