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
freelancing-god-thinking-sphinx-1.2.8 lib/thinking_sphinx/core/string.rb
freelancing-god-thinking-sphinx-1.2.9 lib/thinking_sphinx/core/string.rb
hariton-thinking-sphinx-1.2.11.2 lib/thinking_sphinx/core/string.rb
hariton-thinking-sphinx-1.2.11 lib/thinking_sphinx/core/string.rb
hariton-thinking-sphinx-1.2.7.0 lib/thinking_sphinx/core/string.rb
hariton-thinking-sphinx-1.2.7.1 lib/thinking_sphinx/core/string.rb
initforthe-thinking-sphinx-1.1.21 lib/thinking_sphinx/core/string.rb
lostboy-thinking-sphinx-1.1.5.1 lib/thinking_sphinx/core/string.rb
lostboy-thinking-sphinx-1.1.5.2 lib/thinking_sphinx/core/string.rb
lostboy-thinking-sphinx-1.1.5.3 lib/thinking_sphinx/core/string.rb
lostboy-thinking-sphinx-1.1.5.4 lib/thinking_sphinx/core/string.rb
lostboy-thinking-sphinx-1.1.5.5 lib/thinking_sphinx/core/string.rb
pixeltrix-thinking-sphinx-1.2.1 lib/thinking_sphinx/core/string.rb
friendlyfashion-thinking-sphinx-2.0.14.4 lib/thinking_sphinx/core/string.rb
friendlyfashion-thinking-sphinx-2.0.14.3 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.1.0 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.5.0 lib/thinking_sphinx/core/string.rb
friendlyfashion-thinking-sphinx-2.0.14.2 lib/thinking_sphinx/core/string.rb
friendlyfashion-thinking-sphinx-2.0.14.1 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.14 lib/thinking_sphinx/core/string.rb