From 816378aaaf20aecfa268f2e3150376e0d831a73a Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 6 Nov 2012 18:05:28 -0200 Subject: [PATCH] removed fast_xs class --- lib/fast_xs.rb | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) delete mode 100644 lib/fast_xs.rb diff --git a/lib/fast_xs.rb b/lib/fast_xs.rb deleted file mode 100644 index e167885..0000000 --- a/lib/fast_xs.rb +++ /dev/null @@ -1,5 +0,0 @@ -# This file overrides the fast_xs.so extension provided by hpricot. That breaks -# Builder, cfe. https://github.com/hpricot/hpricot/issues/53 -class String - alias :fast_xs :to_xs -end -- libgit2 0.21.2