# File lib/pry/command.rb, line 39
      def banner(arg=nil)
        @banner = arg if arg
        @banner || description
      end