From cb8b40ed2d082dea6552c1ecd7ab11de3ff7d86a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 25 May 2010 20:26:51 -0300 Subject: [PATCH] removes an unneeded alias [#4706 state:committed] --- .../core_ext/string/output_safety.rb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb index 6bdf0c6..60f9fd2 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @@ -62,8 +62,6 @@ end module ActiveSupport #:nodoc: class SafeBuffer < String - alias safe_concat concat - def +(other) dup.concat(other) end -- 1.7.1