aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/strip.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-11 17:36:43 -0400
committerGitHub <noreply@github.com>2017-07-11 17:36:43 -0400
commitcfb1e4dfd8813d3d5c75a15a750b3c53eebdea65 (patch)
tree387edb2a4b1bdcdb5271d285c6fdf106313521a1 /activesupport/lib/active_support/core_ext/string/strip.rb
parentf3e8d599a3ce4bdc6cf38ccd2e78c14cb84e28c5 (diff)
parent2653765144976d8f085d3ac473926b3f97a71d6b (diff)
downloadrails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.gz
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.bz2
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.zip
Merge pull request #29748 from koic/enable_layout_empty_line_after_magic_comment
Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string/strip.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/string/strip.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/strip.rb b/activesupport/lib/active_support/core_ext/string/strip.rb
index 979b6bd767..cc26274e4a 100644
--- a/activesupport/lib/active_support/core_ext/string/strip.rb
+++ b/activesupport/lib/active_support/core_ext/string/strip.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
class String
# Strips indentation in heredocs.
#