Sha256: 3d12f3703219333fa08e754418bc6c18437a7ef87a06962a5bdb347756560d5b
Contents?: true
Size: 210 Bytes
Versions: 49
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true class Regexp #:nodoc: def multiline? options & MULTILINE == MULTILINE end def match?(string, pos = 0) !!match(string, pos) end unless //.respond_to?(:match?) end
Version data entries
49 entries across 49 versions & 8 rubygems