[Source]
# File lib/thrift/protocol/base_protocol.rb, line 296 296: def get_protocol(trans) 297: raise NotImplementedError 298: end
[Validate]