aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/libsuperenv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/ENV/libsuperenv.rb')
-rw-r--r--Library/ENV/libsuperenv.rb14
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