# File lib/puppet/module/tool/utils/interrogation.rb, line 9 def header(text) $stderr.puts('=' * text.size, text, "-" * text.size) end