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