# File lib/mongo/protocol/registry.rb, line 57 def register(op_code, type) MAPPINGS.store(op_code, type) define_type_reader(type) end