Sha256: fa7366f43840724fa566da470cde892f1bb5b82eab363c37c888e6b7965f5d8e
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fozzie-1.1.0 | lib/core_ext/module/monitor.rb |
fozzie-1.0.3 | lib/core_ext/module/monitor.rb |