Sha256: f131a93a2519b1436c0d9d695e18060161c2ae050dce071814e6d41841a81af7
Contents?: true
Size: 156 Bytes
Versions: 82
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
82 entries across 41 versions & 1 rubygems