Commit 201b739b71ffb640c7934ae8cad332757ee7e5ed

Authored by Antonio Terceiro
1 parent 129c0e17

Override fast_xs from hpricot version in Squeeze

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
lib/fast_xs.rb 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +# This file overrides the fast_xs.so extension provided by hpricot. That breaks
  2 +# Builder, cfe. https://github.com/hpricot/hpricot/issues/53
  3 +class String
  4 + alias :fast_xs :to_xs
  5 +end
... ...