# File lib/backports/2.4.0/string/match.rb, line 3
    def match?(*args)
      !match(*args).nil?
    end