#!/usr/bin/env ruby # encoding: utf-8 $LOAD_PATH.unshift(File.expand_path("../../lib", __FILE__)) require "irb" require "amqp" IRB.start(__FILE__)