# File lib/lowline.rb, line 13
  def underline; self + "\n" + ("-" * self.length) end