From fb2ecaad6cb1d3c7462fd6b740f35f681929327f Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 26 Jan 2013 12:25:42 +0900 Subject: :scissors: "raise" duplication --- actionpack/lib/action_view/template.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib/action_view/template.rb') diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb index b927c69260..6ba1a7cf0f 100644 --- a/actionpack/lib/action_view/template.rb +++ b/actionpack/lib/action_view/template.rb @@ -80,8 +80,7 @@ module ActionView # problems with converting the user's data to # the default_internal. # - # To do so, simply raise the raise +WrongEncodingError+ - # as follows: + # To do so, simply raise the +WrongEncodingError+ as follows: # # raise WrongEncodingError.new( # problematic_string, -- cgit v1.2.3