Class: Cellect::NodeSet::ZK
- Inherits:
-
Object
- Object
- Cellect::NodeSet::ZK
- Defined in:
- lib/cellect/testing.rb
Instance Method Summary collapse
- #children(*args) ⇒ Object
-
#initialize(*args) ⇒ ZK
constructor
A new instance of ZK.
- #method_missing(*args, &block) ⇒ Object
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 |