Sha256: e38565cb3a2fd3809b59b48b344a9720b759572a72b805d769b397a2406e5dff
Contents?: true
Size: 169 Bytes
Versions: 29
Compression:
Stored size: 169 Bytes
Contents
handler_dict = {} class HandlerDictionary: @staticmethod def add_handler_to_dict(command_type, handler): handler_dict[command_type] = handler
Version data entries
29 entries across 29 versions & 1 rubygems