Module: Lite::Containers::AvlTree::Interfaces::KeyExtractionStrategy::Explicit

Includes:
Abstract
Included in:
ExplicitKey, BracketAssign
Defined in:
lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/explicit.rb

Defined Under Namespace

Classes: Node

Instance Method Summary collapse

Methods included from Abstract

enforce_exclusion, enforce_exclusion!, included, register, registry

Instance Method Details

#insert(key, value) ⇒ Object



20
21
22
# File 'lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/explicit.rb', line 20

def insert(key, value)
  insert_pair(key, value)
end