Method: Etch::Client#unlock_all_files

Defined in:
lib/etch/client.rb

#unlock_all_filesObject



2367
2368
2369
# File 'lib/etch/client.rb', line 2367

def unlock_all_files
  @locked_files.each_key { |file| unlock_file(file) }
end