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