From 2eed9286ce3af77d29bdd20b4c2a5fa93baf03b1 Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Tue, 15 Feb 2011 21:32:27 -0500 Subject: Remove unused code. [#6437 state:committed] Signed-off-by: Santiago Pastorino --- activesupport/test/core_ext/module_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'activesupport') diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb index 75404ec0e1..9f9840834d 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 -- cgit v1.2.3