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