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 --- activesupport/lib/active_support/ruby/shim.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/ruby/shim.rb') diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb index fc37ab84a3..fd59677d83 100644 --- a/activesupport/lib/active_support/ruby/shim.rb +++ b/activesupport/lib/active_support/ruby/shim.rb @@ -4,7 +4,6 @@ # Date next_year, next_month # DateTime to_date, to_datetime, xmlschema # Enumerable group_by, none? -# Process Process.daemon # REXML security fix # String ord # Time to_date, to_time, to_datetime @@ -12,7 +11,6 @@ require 'active_support' require 'active_support/core_ext/date/calculations' require 'active_support/core_ext/date_time/conversions' require 'active_support/core_ext/enumerable' -require 'active_support/core_ext/process/daemon' require 'active_support/core_ext/string/conversions' require 'active_support/core_ext/string/interpolation' require 'active_support/core_ext/string/encoding' -- cgit v1.2.3