module Anynines::RabbitMQ
Public Class Methods
version()
click to toggle source
# File lib/a9s_rabbitmq.rb, line 5 def self.version file = File.open(File.expand_path("../../VERSION", __FILE__)) return file.read.to_s.tr("\n","") end