Sha256: d5571730700d6817164132a6c4b01aaa06c98399e46d64f4b934c99e7ce8848c

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

require 'fozzie/sniff'

class Module

  def _monitor
    return unless Fozzie.c.sniff?
    self.class_eval { include Fozzie::Sniff }
    @_monitor_flag = true
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fozzie-0.0.27 lib/core_ext/module/monitor.rb
fozzie-0.0.26 lib/core_ext/module/monitor.rb
fozzie-0.0.25 lib/core_ext/module/monitor.rb
fozzie-0.0.24 lib/core_ext/module/monitor.rb
fozzie-0.0.23 lib/core_ext/module/monitor.rb
fozzie-0.0.22 lib/core_ext/module/monitor.rb
fozzie-0.0.21 lib/core_ext/module/monitor.rb