# File lib/yard/templates/helpers/text_helper.rb, line 43
        def hr(col = 72, sep = "-")
          sep * col
        end