Class: Achoo::Awake
- Inherits:
-
Object
- Object
- Achoo::Awake
- Defined in:
- lib/achoo/awake.rb
Instance Method Summary collapse
- #all ⇒ Object
- #at(date) ⇒ Object
-
#initialize ⇒ Awake
constructor
A new instance of Awake.
Constructor Details
Instance Method Details
#all ⇒ Object
22 23 24 25 26 |
# File 'lib/achoo/awake.rb', line 22 def all @sessions.each do |s| print_session(s) end end |