Method: Timer#initialize
- Defined in:
- lib/timer.rb
#initialize(options = {}) ⇒ Timer
Returns a new instance of Timer.
7 8 9 10 |
# File 'lib/timer.rb', line 7 def initialize(={}) ||= @title = [:title] end |
Returns a new instance of Timer.
7 8 9 10 |
# File 'lib/timer.rb', line 7 def initialize(={}) ||= @title = [:title] end |