Class: Deadpull::Values::LocalLocation

Inherits:
Base
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/deadpull/values/local_location.rb

Instance Method Summary collapse

Methods inherited from Base

concretize

Instance Method Details

#concretizeObject



12
13
14
15
# File 'lib/deadpull/values/local_location.rb', line 12

def concretize
  create_local_directory unless local_directory_exists?
  local_path
end