Method: Fairy::PWC.open

Defined in:
lib/fairy/node/p-wc.rb

.open(processor, bjob, opts, fn) ⇒ Object



19
20
21
22
# File 'lib/fairy/node/p-wc.rb', line 19

def PWC.open(processor, bjob, opts, fn)
  nfile = PWC.new(processor, bjob, opts)
  nfile.open(fn)
end