# File lib/appraisal/command.rb, line 11 def initialize(command, gemfile = nil) @original_env = {} @gemfile = gemfile @command = command end