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
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/core_ext/string/xchar.rb