ruby-amqp / bunny

Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Other
1.39k stars 303 forks source link

Fix #to_inspect and #to_s in Bunny::Channel and Bunny::Consumer #625

Closed lacrosse closed 2 years ago

lacrosse commented 2 years ago

These caused some confusion while trying to parse a huge debug output.

michaelklishin commented 2 years ago

Thank you!