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-1.4.6 lib/thinking_sphinx/core/string.rb
sayso-thinking-sphinx-2.0.3.002 lib/thinking_sphinx/core/string.rb
sayso-thinking-sphinx-2.0.3.001 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.4 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.5 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.3 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.4 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.3 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.2 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.2 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.1 lib/thinking_sphinx/core/string.rb
joshcutler-thinking-sphinx-1.3.18 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.1 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.0 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.4.0 lib/thinking_sphinx/core/string.rb
thorsson_thinking-sphinx-2.0 lib/thinking_sphinx/core/string.rb
angelf-thinking-sphinx-1.3.18 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.3.20 lib/thinking_sphinx/core/string.rb
thinking-sphinx-2.0.0.rc2 lib/thinking_sphinx/core/string.rb
thinking-sphinx-1.3.19 lib/thinking_sphinx/core/string.rb