module Bootsnap::CLI::RegexpMatchBackport

def match?(string)

def match?(string)
  !!match(string)
end