File: int_allocator.rb

package info (click to toggle)
ruby-amqp 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,508 kB
  • sloc: ruby: 8,272; sh: 11; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# encoding: utf-8

require "amq/int_allocator"

module AMQP
  # A forward reference for AMQP::IntAllocator that was extracted to amq-protocol
  # to make it possible to reuse it in Bunny.
  IntAllocator = AMQ::IntAllocator
end # AMQP