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