Class: ReactOnRails::Dev::FileManager

Inherits:
Object
  • Object
show all
Defined in:
lib/react_on_rails/dev/file_manager.rb

Class Method Summary collapse

Class Method Details

.cleanup_stale_filesObject



7
8
9
10
11
12
# File 'lib/react_on_rails/dev/file_manager.rb', line 7

def cleanup_stale_files
  socket_cleanup = cleanup_overmind_sockets
  pid_cleanup = cleanup_rails_pid_file

  socket_cleanup || pid_cleanup
end