From 5feb3124d431b69e9c4921857289593a655f2e86 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 7 Nov 2005 02:26:20 +0000 Subject: Define kernel.rb methods in "class Object" instead of "module Kernel" to work around a Windows peculiarity git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/kernel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/kernel.rb b/activesupport/lib/active_support/core_ext/kernel.rb index 310bba0904..b687af03f6 100644 --- a/activesupport/lib/active_support/core_ext/kernel.rb +++ b/activesupport/lib/active_support/core_ext/kernel.rb @@ -1,4 +1,4 @@ -module Kernel +class Object # A Ruby-ized realization of the K combinator, courtesy of Mikael Brockman. # # def foo -- cgit v1.2.3