Method: Insight::TimerPanel#initialize
- Defined in:
- lib/insight/panels/timer_panel.rb
#initialize(app) ⇒ TimerPanel
Returns a new instance of TimerPanel.
5 6 7 8 |
# File 'lib/insight/panels/timer_panel.rb', line 5 def initialize(app) super table_setup("timer") end |