Sha256: 5c34f1a413ed1f08346172dd9c20b921d2412a1597083e1ced778c159609f2b5
Contents?: true
Size: 408 Bytes
Versions: 324
Compression:
Stored size: 408 Bytes
Contents
begin # See http://fast-xs.rubyforge.org/ by Eric Wong. # Also included with hpricot. require 'fast_xs' rescue LoadError # fast_xs extension unavailable else begin require 'builder' rescue LoadError # builder demands the first shot at defining String#to_xs end class String alias_method :original_xs, :to_xs if method_defined?(:to_xs) alias_method :to_xs, :fast_xs end end
Version data entries
324 entries across 280 versions & 29 rubygems