Sha256: aae4fb086835fb127ff96e7e280f878a8c0193aec0a5b6668d42c202d864e873
Contents?: true
Size: 238 Bytes
Versions: 2
Compression:
Stored size: 238 Bytes
Contents
class Regexp def inspect `return self.toString();` end def ==(other) `return self.toString() === other.toString() ? Qtrue : Qfalse;` end def eql?(other) self == other end def match(pattern) nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-0.3.1 | gems/core/lib/core/regexp.rb |
opal-0.3.0 | gems/core/lib/core/regexp.rb |