From f626aece793eab4a414eeb96a3bb3440e98e05d8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Jan 2005 15:00:45 +0000 Subject: Added the first of the coming core extensions git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/core_ext.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 activesupport/lib/core_ext.rb (limited to 'activesupport/lib/core_ext.rb') diff --git a/activesupport/lib/core_ext.rb b/activesupport/lib/core_ext.rb new file mode 100644 index 0000000000..d288fb7e31 --- /dev/null +++ b/activesupport/lib/core_ext.rb @@ -0,0 +1 @@ +Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each { |file| require(file) } \ No newline at end of file -- cgit v1.2.3