Skip to content

Commit

Permalink
removes an unneeded alias
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
spastorino authored and josevalim committed May 26, 2010
1 parent a815f0c commit b1a97a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def html_safe?

module ActiveSupport #:nodoc:
class SafeBuffer < String
alias safe_concat concat

def +(other)
dup.concat(other)
end
Expand Down

0 comments on commit b1a97a4

Please sign in to comment.