Method: Puppet::Daemon#close_streams
- Defined in:
- lib/puppet/daemon.rb
#close_streams ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Convenience signature for calling Puppet::Daemon.close_streams
79 80 81 |
# File 'lib/puppet/daemon.rb', line 79 def close_streams Puppet::Daemon.close_streams end |