module Cellect class NodeSet class ZK def initialize(*args) end def children(*args) [] end def method_missing(*args, &block) end end end end