Class: Ducktrap::Node::Key::Delete

Inherits:
Ducktrap::Node::Key show all
Defined in:
lib/ducktrap/node/key/delete.rb

Overview

Ducktrap to dump value to a specific key

Defined Under Namespace

Classes: Evaluator

Instance Attribute Summary

Attributes inherited from Ducktrap::Node::Key

#key

Instance Method Summary collapse

Methods inherited from Ducktrap::Node::Key

#initialize

Methods inherited from Ducktrap::Node

build, #call, #run

Methods included from PrettyDump

#pretty_dump, #pretty_inspect

Constructor Details

This class inherits a constructor from Ducktrap::Node::Key

Instance Method Details

#inverseDucktrap

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return inverse ducktrap

Returns:



15
16
17
# File 'lib/ducktrap/node/key/delete.rb', line 15

def inverse
  Add.new(operand, key)
end