module Bootsnap::CLI::RegexpMatchBackport
Public Instance Methods
match?(string)
click to toggle source
# File lib/bootsnap/cli.rb, line 13 def match?(string) !!match(string) end