1# -*- coding: binary -*- 2 3module Rex::Proto::Amqp 4 5 require 'rex/proto/amqp/error' 6 require 'rex/proto/amqp/version_0_9_1' 7 8end 9 10