# File lib/slop.rb, line 178
  def banner(banner = nil)
    config[:banner] = banner if banner
    config[:banner]
  end