Class: Primadoro::Views::Base

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

Direct Known Subclasses

Growl, Sound, Tunes

Instance Method Summary collapse

Instance Method Details

#break_timeObject



39
# File 'lib/primadoro.rb', line 39

def break_time; end

#display!Object



33
34
35
# File 'lib/primadoro.rb', line 33

def display!
  raise "Implement the display! method on #{self.class.name} if you're going to make me display, fool!"
end

#display?(runner) ⇒ Boolean

TODO: Add intermittent update displays for timers etc.

Returns:

  • (Boolean)


31
# File 'lib/primadoro.rb', line 31

def display?(runner); false; end

#pomodoroObject



37
# File 'lib/primadoro.rb', line 37

def pomodoro; end