Sha256: fba3577ce24c9a373280cb32e4a293c8d6522e9c6359c58e60f0feea34b18378
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
require 'fozzie/sniff' class Module def _monitor(bucket_name = nil) return unless Fozzie.c.sniff? self.class_eval { extend Fozzie::Sniff } @_monitor_flag = true @_bucket_name = bucket_name end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fozzie-1.0.2 | lib/core_ext/module/monitor.rb |
fozzie-1.0.1 | lib/core_ext/module/monitor.rb |
fozzie-1.0.0 | lib/core_ext/module/monitor.rb |