Sha256: 53a18c9e39107550b44bf73880113e573a98efadd25491307d7b3e468229b4a1
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
module Kamerling module CoreExtensions module Main module_function def warn_off verbose = $VERBOSE $VERBOSE = false yield ensure $VERBOSE = verbose end end end end include Kamerling::CoreExtensions::Main
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kamerling-0.0.3 | lib/kamerling/core_extensions/main.rb |