# File lib/pry/command.rb, line 22
      def match(arg=nil)
        @match = arg if arg
        @match
      end