aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/process.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-05-05 10:22:29 -0500
committerJoshua Peek <josh@joshpeek.com>2008-05-05 10:22:29 -0500
commit3cffe92ff066c2b35eef409547db93652c5cccfc (patch)
treef714643a4043d9fb73b39ec2a114d18f5deeffdd /activesupport/lib/active_support/core_ext/process.rb
parentd75525b045b9f27ed108912a6dbdbad5ab775045 (diff)
downloadrails-3cffe92ff066c2b35eef409547db93652c5cccfc.tar.gz
rails-3cffe92ff066c2b35eef409547db93652c5cccfc.tar.bz2
rails-3cffe92ff066c2b35eef409547db93652c5cccfc.zip
Added Ruby 1.8 implementation of Process.daemon
Diffstat (limited to 'activesupport/lib/active_support/core_ext/process.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/process.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/process.rb b/activesupport/lib/active_support/core_ext/process.rb
new file mode 100644
index 0000000000..0b0bc6dc69
--- /dev/null
+++ b/activesupport/lib/active_support/core_ext/process.rb
@@ -0,0 +1 @@
+require 'active_support/core_ext/process/daemon'