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