# File lib/appraisal/file.rb, line 13 def initialize @appraisals = [] @gemfile = Gemfile.new @gemfile.load('Gemfile') run(IO.read(path)) end