Modules: Mmapper
File.expand_path(File.dirname(__FILE__))
Detect OS and set correct library name
case RUBY_PLATFORM when /darwin/ then "libmmapper.dylib" when /mingw|mswin/ then "mmapper.dll" else "libmmapper.so" end
File.join(LIB_DIR, LIB_NAME)