diff options
| author | Mike McQuaid | 2017-10-20 14:10:50 +0100 |
|---|---|---|
| committer | GitHub | 2017-10-20 14:10:50 +0100 |
| commit | 76cd7c79498daf380d99ed7379394618164b602b (patch) | |
| tree | 3c4be45df3b0a4d011422064c084f3e80fba80f7 /Library/Homebrew/extend/string.rb | |
| parent | a2374cba6cf9a56897f5feeab7f4add661d3c287 (diff) | |
| parent | 487bec957007612956ff97b3912f88768becaa32 (diff) | |
| download | brew-76cd7c79498daf380d99ed7379394618164b602b.tar.bz2 | |
Merge pull request #3319 from reitermarkus/squiggly-heredocs
Use “squiggly” heredocs.
Diffstat (limited to 'Library/Homebrew/extend/string.rb')
| -rw-r--r-- | Library/Homebrew/extend/string.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Homebrew/extend/string.rb b/Library/Homebrew/extend/string.rb index b96f12994..c94bfc834 100644 --- a/Library/Homebrew/extend/string.rb +++ b/Library/Homebrew/extend/string.rb @@ -2,23 +2,6 @@ require_relative "../vendor/backports/string" class String - def undent - gsub(/^[ \t]{#{(slice(/^[ \t]+/) || '').length}}/, "") - end - alias unindent undent - - # eg: - # if foo then <<-EOS.undent_________________________________________________________72 - # Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do - # eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad - # minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip - # ex ea commodo consequat. Duis aute irure dolor in reprehenderit in - # voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur - # sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt - # mollit anim id est laborum. - # EOS - alias undent_________________________________________________________72 undent - # String.chomp, but if result is empty: returns nil instead. # Allows `chuzzle || foo` short-circuits. def chuzzle |
