Class: Thirsty::Today::Get

Inherits:
Callable show all
Defined in:
lib/thirsty/today/get.rb

Instance Method Summary collapse

Methods inherited from Callable

call

Instance Method Details

#callObject



8
9
10
11
12
# File 'lib/thirsty/today/get.rb', line 8

def call
  return 0.0 unless file_exists?

  today
end