module RabbitMQSpec::DSL
Namespace for all DSL
logic. Use this module to evaluate a string in our DSL
format and fetch a world instance containing all the entities extracted from the DSL
specification @example
RabbitMQSpec::DSL.evaluate(%Q{ exchange 'name1' do description %Q{ My Exchange } end })