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