Module: Fairy::WC::PostFilter::Interface

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

Instance Method Summary collapse

Instance Method Details

#post_wc(to_desc, opts = nil) ⇒ Object



55
56
57
58
59
60
# File 'lib/fairy/client/wc.rb', line 55

def post_wc(to_desc, opts = nil)
  post_wc = PostFilter.new(@fairy, opts)
  post_wc.output(to_desc)
  post_wc.input = self
  post_wc
end