From 9ae44857824f5b63f07efabd1accb27b6907091a Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Tue, 15 Feb 2011 21:32:27 -0500 Subject: [PATCH] Remove unused code. --- activesupport/test/core_ext/module_test.rb | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index 75404ec..9f98408 100644 --- a/activesupport/test/core_ext/module_test.rb +++ b/activesupport/test/core_ext/module_test.rb @@ -26,9 +26,6 @@ module Yz end end -class De -end - Somewhere = Struct.new(:street, :city) Someone = Struct.new(:name, :place) do -- 1.7.0