diff options
| author | Jack Nagel | 2014-04-20 22:39:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-20 22:39:47 -0500 |
| commit | aedf9cccd9d92c45b47a100099efccff2160c43d (patch) | |
| tree | ad8af2426f70817674ae15904cf06a9b2b5c408c /Library/ENV/libsuperenv.rb | |
| parent | b47c7158d684f2e0454168f130f0414ea9d63105 (diff) | |
| download | homebrew-aedf9cccd9d92c45b47a100099efccff2160c43d.tar.bz2 | |
Remove last monkeypatch
Diffstat (limited to 'Library/ENV/libsuperenv.rb')
| -rw-r--r-- | Library/ENV/libsuperenv.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/ENV/libsuperenv.rb b/Library/ENV/libsuperenv.rb deleted file mode 100644 index 658d5d9ea..000000000 --- a/Library/ENV/libsuperenv.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Yes, a good deal of this could be imported from Homebrew-proper -# But Homebrew-proper is dog-slow currently, and I didn't want every cc -# instantiation to be slower by a tangible amount. - -# https://github.com/Homebrew/homebrew-versions/issues/47 -$:.unshift "/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8" - -class String - def chuzzle; s = chomp; s unless s.empty? end -end - -class NilClass - def chuzzle; end -end |
