# File lib/puppet/application/describe.rb, line 31 31: def header(txt, sep = "-") 32: "\n#{txt}\n" + sep * txt.size 33: end