Class: ExpectationTreeNode::EmptyTreeNode

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/dbexpect/expectation_tree_node.rb

Instance Method Summary collapse

Instance Method Details

#each(&block) ⇒ Object



62
# File 'lib/dbexpect/expectation_tree_node.rb', line 62

def each(&block); end

#empty?Boolean

Returns:

  • (Boolean)


63
# File 'lib/dbexpect/expectation_tree_node.rb', line 63

def empty?; true; end

#traverse(depth = 0, &block) ⇒ Object



64
65
# File 'lib/dbexpect/expectation_tree_node.rb', line 64

def traverse(depth = 0, &block)
end