Sha256: ac9f850a6e61972db1afcd033455cb5f2cfb1f6265e8ce93bce257fd79c31ad5
Contents?: true
Size: 179 Bytes
Versions: 25
Compression:
Stored size: 179 Bytes
Contents
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
25 entries across 25 versions & 4 rubygems