Class: Thirsty::Requirement::Get

Inherits:
Callable
  • Object
show all
Defined in:
lib/thirsty/requirement/get.rb

Instance Method Summary collapse

Methods inherited from Callable

call

Instance Method Details

#callObject



6
7
8
# File 'lib/thirsty/requirement/get.rb', line 6

def call
  File.read(File.expand_path('~/.thirsty/requirement.txt')).to_f || '0.0'
end