Sha256: 563580f4d4029717640a113278dafa278ee038636666b0becb69c05834e0f4f4

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

module Rambling
  module Trie
    module Nodes
      # A representation of a missing node in the trie data structure. Returned
      # when a node is not found.
      class Missing < Rambling::Trie::Nodes::Node
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rambling-trie-1.0.3 lib/rambling/trie/nodes/missing.rb