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