# File lib/amqp/protocol.rb, line 150
      def method_missing(meth, *args, &blk)
        @properties.has_key?(meth) || @klass.properties.find { |_, name| name == meth } ? @properties[meth] :
                                                                                       super
      end