Module: ThinkingSphinx::Core::String

Included in:
String
Defined in:
lib/thinking_sphinx/core/string.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) to_crc32



6
7
8
# File 'lib/thinking_sphinx/core/string.rb', line 6

def to_crc32
  Zlib.crc32 self
end