28 29 30
# File 'lib/bunny/reader_loop.rb', line 28 def start @thread = Thread.new(&method(:run_loop)) end