Class: Primadoro::Views::Base
- Inherits:
-
Object
- Object
- Primadoro::Views::Base
- Defined in:
- lib/primadoro.rb
Instance Method Summary collapse
- #break_time ⇒ Object
- #display! ⇒ Object
-
#display?(runner) ⇒ Boolean
TODO: Add intermittent update displays for timers etc.
- #pomodoro ⇒ Object
Instance Method Details
#break_time ⇒ Object
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.
31 |
# File 'lib/primadoro.rb', line 31 def display?(runner); false; end |
#pomodoro ⇒ Object
37 |
# File 'lib/primadoro.rb', line 37 def pomodoro; end |