Class: Fairy::Cat

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/cat.rb

Defined Under Namespace

Modules: Interface

Instance Method Summary collapse

Methods inherited from IOFilter

#input=

Methods inherited from Filter

#backend, #backend=, #backend_class, #def_pool_variable

Constructor Details

#initialize(fairy, opts, others) ⇒ Cat

Returns a new instance of Cat.



29
30
31
32
33
34
# File 'lib/fairy/client/cat.rb', line 29

def initialize(fairy, opts, others)
  super(fairy, opts, others.collect{|o| o.backend})
  @others = others
  @block_source
  @opts = opts
end

Instance Method Details

#backend_class_nameObject



36
37
38
# File 'lib/fairy/client/cat.rb', line 36

def backend_class_name
  "CCat"
end