Method: Fairy::WC::PostFilter#output

Defined in:
lib/fairy/client/wc.rb

#output(vfn) ⇒ Object



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