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