Method: Fairy::PInputFile#initialize

Defined in:
lib/fairy/node/p-input-file.rb

#initialize(id, ntask, bjob, opts = nil) ⇒ PInputFile

Returns a new instance of PInputFile.



20
21
22
23
# File 'lib/fairy/node/p-input-file.rb', line 20

def initialize(id, ntask, bjob, opts=nil)
  super
  @file = nil
end