File: bit_set.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-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# encoding: utf-8

require "amq/bit_set"

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