From 7bfaa979e4e48dea68023e1aa67eabd160c3a7d3 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Thu, 22 Dec 2011 08:43:42 +0300 Subject: remove Proces.daemon from core_ext --- railties/guides/source/active_support_core_extensions.textile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'railties') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 25d8f50a7b..1b467e1efd 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -3479,12 +3479,6 @@ Time.utc_time(1582, 10, 3) + 5.days # => Mon Oct 18 00:00:00 UTC 1582 -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+ h4. +atomic_write+ -- cgit v1.2.3