Class: ReactEmailRails::RenderModes::Persistent
- Inherits:
-
Subprocess
- Object
- Subprocess
- ReactEmailRails::RenderModes::Persistent
- Defined in:
- lib/react_email_rails/render_modes/persistent.rb
Defined Under Namespace
Classes: CommandRunner, Server
Class Method Summary collapse
Methods inherited from Subprocess
Constructor Details
This class inherits a constructor from ReactEmailRails::RenderModes::Subprocess
Class Method Details
.healthy?(command:, timeout:) ⇒ Boolean
3 4 5 |
# File 'lib/react_email_rails/render_modes/persistent.rb', line 3 def healthy?(command:, timeout:) CommandRunner.healthy?(command, timeout:) end |