16 17 18
# File 'lib/dtas/state_file.rb', line 16 def tryload YAML.load(IO.binread(@path)) if File.readable?(@path) end