Sha256: c3c6b7ab9314ae0f34b97196a253470f536dcdd57e8259244bf1316b2245fe71
Contents?: true
Size: 190 Bytes
Versions: 51
Compression:
Stored size: 190 Bytes
Contents
# Hack to get rid of annoying parser warnings module Parser def self.warn msg return if msg =~ %r{^warning: (?:parser/current|[\d\.]+-compliant syntax|please see)} super end end
Version data entries
51 entries across 51 versions & 1 rubygems