Class: ReactOnRails::Dev::FileManager
- Inherits:
-
Object
- Object
- ReactOnRails::Dev::FileManager
- Defined in:
- lib/react_on_rails/dev/file_manager.rb
Class Method Summary collapse
Class Method Details
.cleanup_stale_files ⇒ Object
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 |