Reference current fast_xs URL

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7774 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2007-10-07 09:22:03 +00:00
parent 845e6ff45a
commit 2101c25faf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
*SVN*
* String#to_xs uses the fast_xs extension if available for Builder speedup. [Jeremy Kemper]
* String#to_xs uses Eric Wong's fast_xs extension, if available, for Builder speedup. http://bogomips.org/fast_xs/ [Jeremy Kemper]
* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. [Jeremy Kemper]

View File

@ -1,4 +1,5 @@
begin
# See http://bogomips.org/fast_xs/ by Eric Wong
require 'fast_xs'
class String