# File lib/puppet-lint.rb, line 26
  def file=(path)
    if File.exist? path
      @data = File.read(path)
    end
  end