From 9d13b9eed8652b85df11294d8135bbfc36a86563 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 4 Mar 2009 16:20:49 -0800 Subject: Fix OrderedHash#inspect recursion --- activesupport/lib/active_support/ordered_hash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/ordered_hash.rb') diff --git a/activesupport/lib/active_support/ordered_hash.rb b/activesupport/lib/active_support/ordered_hash.rb index d3cd2bcddd..fed8094a24 100644 --- a/activesupport/lib/active_support/ordered_hash.rb +++ b/activesupport/lib/active_support/ordered_hash.rb @@ -93,7 +93,7 @@ module ActiveSupport end def inspect - "#" + "#" end private -- cgit v1.2.3