Method: RabbitMQ::FFI::Method.lookup
- Defined in:
- lib/rabbitmq/ffi/ext/method.rb
.lookup(kls) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
22 23 24 |
# File 'lib/rabbitmq/ffi/ext/method.rb', line 22 def self.lookup(kls) MethodNames.fetch(kls) end |