Class: Tracker::BlackholeTracker

Inherits:
Base
  • Object
show all
Defined in:
lib/liquid/tracker/blackhole_tracker.rb

Instance Attribute Summary

Attributes inherited from Base

#dimensions

Instance Method Summary collapse

Methods inherited from Base

#initialize, #with_topic

Constructor Details

This class inherits a constructor from Tracker::Base

Instance Method Details

#down?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 8

def down?
  false
end

#event(topic, data) ⇒ Object



5
6
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 5

def event(topic, data)
end

#shutdownObject



12
13
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 12

def shutdown
end