module Bootsnap::CLI::RegexpMatchBackport

Public Instance Methods

match?(string) click to toggle source
# File lib/bootsnap/cli.rb, line 14
def match?(string)
  !!match(string)
end