X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factivesupport%2Flib%2Factive_support%2Fcore_ext%2Fstring%2Fxchar.rb;fp=vendor%2Frails%2Factivesupport%2Flib%2Factive_support%2Fcore_ext%2Fstring%2Fxchar.rb;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=df186e42d78d8ec88a7f98376b273f93b54ec4ff;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb b/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb deleted file mode 100644 index df186e4..0000000 --- a/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb +++ /dev/null @@ -1,11 +0,0 @@ -begin - # See http://bogomips.org/fast_xs/ by Eric Wong - require 'fast_xs' - - class String - alias_method :original_xs, :to_xs if method_defined?(:to_xs) - alias_method :to_xs, :fast_xs - end -rescue LoadError - # fast_xs extension unavailable. -end