Method: Ufo::Docker::State::File#current_data
- Defined in:
- lib/ufo/docker/state/file.rb
#current_data ⇒ Object
20 21 22 |
# File 'lib/ufo/docker/state/file.rb', line 20 def current_data ::File.exist?(state_path) ? YAML.load_file(state_path) : {} end |