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