lib/rrj/init.rb in ruby_rabbitmq_janus-2.1.0.pre.135 vs lib/rrj/init.rb in ruby_rabbitmq_janus-2.1.0.pre.136

- old
+ new

@@ -37,10 +37,9 @@ # @example Create a instance to this gem # @rrj = RubyRabbitmqJanus::RRJ.new # => #<RubyRabbitmqJanus::RRJ:0x007 @session=123> def initialize @option = Tools::Option.new - puts "Base Program : #{$PROGRAM_NAME}" ObjectSpace.define_finalizer(self, RRJ.method(:delete).to_proc) \ unless File.basename($PROGRAM_NAME).eql?('rspec') rescue => error raise Errors::RRJ::InstanciateGem, error end