Sha256: 5ced77ea3d04857d49a28daad2d0baafff2162f8366704815ae0bf93eb750a4c
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 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
4 entries across 4 versions & 1 rubygems