module ThinkingSphinx::Core::String

Public Instance Methods

to_crc32() click to toggle source
# File lib/thinking_sphinx/core/string.rb, line 6
def to_crc32
  Zlib.crc32 self
end