# File lib/sinatra/rabbit.rb, line 209
      def description(text='')
        return @description if text.blank?
        @description = text
      end