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