From e9fbe9a0b4cc99fa7f6d76b0b883654a6bfa35b6 Mon Sep 17 00:00:00 2001 From: Vlado Cingel Date: Sat, 19 Sep 2015 23:50:10 +0200 Subject: String#strip_heredocs doesn't need Object#try Call to Object#try was removed with this pull request https://github.com/rails/rails/pull/21596 --- activesupport/lib/active_support/core_ext/string/strip.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/string/strip.rb b/activesupport/lib/active_support/core_ext/string/strip.rb index a523e76b69..55b9b87352 100644 --- a/activesupport/lib/active_support/core_ext/string/strip.rb +++ b/activesupport/lib/active_support/core_ext/string/strip.rb @@ -1,5 +1,3 @@ -require 'active_support/core_ext/object/try' - class String # Strips indentation in heredocs. # -- cgit v1.2.3