# File lib/slop.rb, line 475
  def description(text=nil)
    @description = text if text
    @description
  end