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