Sha256: 5199fc25654525d625055a5b221b69bbe0ebe56a5e09cd781a299215a198c8ff
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
module StructuredWarnings::Kernel def warn(*args) Warning.warn(*args) end end Object.class_eval { include StructuredWarnings::Kernel }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
structured_warnings-0.4.0 | lib/structured_warnings/kernel.rb |
structured_warnings-0.3.0 | lib/structured_warnings/kernel.rb |