Class: Cellect::NodeSet::ZK

Inherits:
Object
  • Object
show all
Defined in:
lib/cellect/testing.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ZK

Returns a new instance of ZK.



4
5
6
# File 'lib/cellect/testing.rb', line 4

def initialize(*args)
  
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



12
13
14
# File 'lib/cellect/testing.rb', line 12

def method_missing(*args, &block)
  
end

Instance Method Details

#children(*args) ⇒ Object



8
9
10
# File 'lib/cellect/testing.rb', line 8

def children(*args)
  []
end