aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/string.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-23 19:35:15 +0100
committerGitHub2016-09-23 19:35:15 +0100
commitdd393c73ed176450d4e825ecd831912b3b15f097 (patch)
tree8f109d4897495d64e0b247bc24cc4de404da890e /Library/Homebrew/extend/string.rb
parent8724e11a6b5805dffee7133526bf5457c0a5d02a (diff)
parente851c9bf6c3adda268f1a307d6b49acb1ad1852d (diff)
downloadbrew-dd393c73ed176450d4e825ecd831912b3b15f097.tar.bz2
Merge pull request #1106 from reitermarkus/rubocop
Even more RuboCop changes.
Diffstat (limited to 'Library/Homebrew/extend/string.rb')
-rw-r--r--Library/Homebrew/extend/string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/string.rb b/Library/Homebrew/extend/string.rb
index 1d9c2e036..bd5994fe1 100644
--- a/Library/Homebrew/extend/string.rb
+++ b/Library/Homebrew/extend/string.rb
@@ -13,7 +13,7 @@ class String
# sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
# mollit anim id est laborum.
# EOS
- alias_method :undent_________________________________________________________72, :undent
+ alias undent_________________________________________________________72 undent
# String.chomp, but if result is empty: returns nil instead.
# Allows `chuzzle || foo` short-circuits.