Sha256: 6cda3f5c5b0dcc6f0fb20bc16ba238e984f99c4c9ac03b3a1770f6a27e50471f
Contents?: true
Size: 163 Bytes
Versions: 76
Compression:
Stored size: 163 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
76 entries across 38 versions & 1 rubygems