Method: Ducktrap::Node::Key#initialize

Defined in:
lib/ducktrap/node/key.rb

#initialize(operand, key) ⇒ undefined

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.

Initiaize object



24
25
26
27
# File 'lib/ducktrap/node/key.rb', line 24

def initialize(operand, key)
  @key = key
  super(operand)
end