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