Sha256: a0e52b91fca26dd2723ccec8ec91c582600f2476b42fe638e027975c44e5bfd6

Contents?: true

Size: 197 Bytes

Versions: 150

Compression:

Stored size: 197 Bytes

Contents

require 'zlib'

module ThinkingSphinx
  module Core
    module String
      def to_crc32
        Zlib.crc32 self
      end
    end
  end
end

class String
  include ThinkingSphinx::Core::String
end

Version data entries

150 entries across 150 versions & 24 rubygems

Version Path
thinking-sphinx-099-1.3.0 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.3.0 lib/thinking_sphinx/core/string.rb
thinking-sphinx-099-1.2.13 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.2.13 lib/thinking_sphinx/core/string.rb
moneypools-thinking-sphinx-1.2.13 lib/thinking_sphinx/core/string.rb
moneypools-thinking-sphinx-1.2.12 lib/thinking_sphinx/core/string.rb
moneypools-thinking-sphinx-1.2.11 lib/thinking_sphinx/core/string.rb
warp-thinking-sphinx-1.2.12 lib/thinking_sphinx/core/string.rb
thinking-sphinx-099-1.2.12 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.2.12 lib/thinking_sphinx/core/string.rb