Class: Thirsty::Today::Get
- Defined in:
- lib/thirsty/today/get.rb
Instance Method Summary collapse
Methods inherited from Callable
Instance Method Details
#call ⇒ Object
8 9 10 11 12 |
# File 'lib/thirsty/today/get.rb', line 8 def call return 0.0 unless file_exists? today end |