# File lib/nanoc/cli/commands/show-data.rb, line 56
    def print_header(title)
      header = '=' * 78
      header[3..(title.length+5)] = " #{title} "

      puts
      puts header
      puts
    end