Sha256: f131a93a2519b1436c0d9d695e18060161c2ae050dce071814e6d41841a81af7
Contents?: true
Size: 156 Bytes
Versions: 86
Compression:
Stored size: 156 Bytes
Contents
$handler_dict = Hash.new class HandlerDictionary def self.add_handler_to_dict(command_type, handler) $handler_dict[command_type] = handler end end
Version data entries
86 entries across 43 versions & 1 rubygems