Class: ThymePluginBell
- Inherits:
-
Object
- Object
- ThymePluginBell
- Defined in:
- lib/thyme_verbose/plugin_bell.rb
Instance Method Summary collapse
-
#after(seconds_left) ⇒ Object
Hooks.
-
#initialize(thyme, options = {}) ⇒ ThymePluginBell
constructor
A new instance of ThymePluginBell.
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, ={}) 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 |