AS guide: documents Process.daemon

This commit is contained in:
Xavier Noria
2010-08-10 01:53:53 +02:00
parent 3c404c56eb
commit 8968eecb93

View File

@@ -3350,7 +3350,9 @@ Time.utc_time(1582, 10, 3) + 5.days
h3. Extensions to +Process+
...
h4. +daemon+
Ruby 1.9 provides +Process.daemon+, and Active Support defines it for previous versions. It accepts the same two arguments, whether it should chdir to the root directory (default, true), and whether it should inherit the standard file descriptors from the parent (default, false).
h3. Extensions to +File+