Sha256: 972038a5ad67cd4dc5b70f06dbd15059419e04bbbda7a337e241f7f0f5ad42ab
Contents?: true
Size: 234 Bytes
Versions: 4
Compression:
Stored size: 234 Bytes
Contents
module Rambling module Trie # Raised when trying to execute an invalid operation for this Trie data structure. class InvalidOperation < Exception def initialize(message = nil) super end end end end
Version data entries
4 entries across 4 versions & 1 rubygems