# File lib/pry/command.rb, line 90
      def matches?(val)
        command_regex =~ val
      end