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(options={})
  options ||= options
  @title = options[:title]
end