73 74 75 76 77 78
# File 'lib/fairy/client/wc.rb', line 73 def output(vfn) @descripter = vfn @vfile = VFile.new @vfile.vfile_name = vfn backend.output(@vfile) end