Sha256: d789c85663cc1cb172edbf4a6364177ea7bddf269ca6f8910f163de1b172093e
Contents?: true
Size: 229 Bytes
Versions: 6
Compression:
Stored size: 229 Bytes
Contents
module Rambling module Trie # Raised when trying to execute an invalid operation on a Trie data structure. class InvalidOperation < Exception def initialize message = nil super end end end end
Version data entries
6 entries across 6 versions & 1 rubygems