2367 2368 2369
# File 'lib/etch/client.rb', line 2367 def unlock_all_files @locked_files.each_key { |file| unlock_file(file) } end