Sha256: 61e1962c6da0d5e595e286cea628a97a43aeae13102143c351d6b37953c819f3

Contents?: true

Size: 253 Bytes

Versions: 210

Compression:

Stored size: 253 Bytes

Contents

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

Version data entries

210 entries across 177 versions & 26 rubygems

Version Path
activesupport-2.3.5 lib/active_support/core_ext/string/xchar.rb
ginst-2009.11.24 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
ginst-2009.11.23 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
ginst-2.0.1 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
ginst-2.0.0 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
gemstreamer-1.2.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
gemstreamer-1.1.1 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
gemstreamer-1.1.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
gemstreamer-1.0.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
gemstreamer-0.0.0 spec/assets/testapp/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
radiant-rc-0.9.0 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
activesupport-2.2.3 lib/active_support/core_ext/string/xchar.rb
webroar-0.2.2 src/admin_panel/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
radiant-0.8.1 vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb
activesupport-2.3.4 lib/active_support/core_ext/string/xchar.rb
activesupport-2.3.3 lib/active_support/core_ext/string/xchar.rb
activesupport-2.0.0 lib/active_support/core_ext/string/xchar.rb
activesupport-2.0.1 lib/active_support/core_ext/string/xchar.rb
activesupport-2.1.1 lib/active_support/core_ext/string/xchar.rb
activesupport-2.3.2 lib/active_support/core_ext/string/xchar.rb