diff options
| author | Markus Reiter | 2017-10-15 02:38:10 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2017-10-18 14:39:09 +0200 | 
| commit | 487bec957007612956ff97b3912f88768becaa32 (patch) | |
| tree | e795eb773ea03778c59e05fdcb62b7100aa3ebaa /Library/Homebrew/compat.rb | |
| parent | 9bee9ca5757d1c5f720787737fed6a534a620d72 (diff) | |
| download | brew-487bec957007612956ff97b3912f88768becaa32.tar.bz2 | |
Move `String#undent` to `compat`.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 1 | 
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" | 
