Class: ThymePluginBell

Inherits:
Object
  • Object
show all
Defined in:
lib/thyme_verbose/plugin_bell.rb

Instance Method Summary collapse

Constructor Details

#initialize(thyme, options = {}) ⇒ ThymePluginBell

Returns a new instance of ThymePluginBell.



3
4
# File 'lib/thyme_verbose/plugin_bell.rb', line 3

def initialize(thyme, options={})
end

Instance Method Details

#after(seconds_left) ⇒ Object

Hooks



8
9
10
# File 'lib/thyme_verbose/plugin_bell.rb', line 8

def after(seconds_left)
  bell
end