aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-15 02:38:10 +0200
committerMarkus Reiter2017-10-18 14:39:09 +0200
commit487bec957007612956ff97b3912f88768becaa32 (patch)
treee795eb773ea03778c59e05fdcb62b7100aa3ebaa /Library/Homebrew/compat.rb
parent9bee9ca5757d1c5f720787737fed6a534a620d72 (diff)
downloadbrew-487bec957007612956ff97b3912f88768becaa32.tar.bz2
Move `String#undent` to `compat`.
Diffstat (limited to 'Library/Homebrew/compat.rb')
-rw-r--r--Library/Homebrew/compat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb
index 3c080f616..8b3d72ec7 100644
--- a/Library/Homebrew/compat.rb
+++ b/Library/Homebrew/compat.rb
@@ -26,3 +26,4 @@ require "compat/ENV/shared"
require "compat/ENV/std"
require "compat/ENV/super"
require "compat/utils/shell"
+require "compat/extend/string"