# File lib/puppet-lint/checks.rb, line 88
  def manifest
    PuppetLint::Data.tokens.map { |t| t.to_manifest }.join('')
  end