Method: AutoPilot::PassFailFile#initialize

Defined in:
lib/auto_pilot/files.rb

#initialize(dir) ⇒ PassFailFile

Returns a new instance of PassFailFile.



10
11
12
13
# File 'lib/auto_pilot/files.rb', line 10

def initialize(dir)
  @dir = dir
  @data = data
end