# File lib/packaging/config.rb, line 95
      def print_config
        self.config_to_hash.each { |k,v| puts "#{k}: #{v}" }
      end