Sha256: 9de0cb6cf9693b35eba6ce954af9c2d2f354f2630dd66eb1a02c93ea04b9123c
Contents?: true
Size: 185 Bytes
Versions: 5
Compression:
Stored size: 185 Bytes
Contents
module JaroWinkler module_function def fallback? # TODO: Make windows compilable. RUBY_PLATFORM == 'java' || RUBY_PLATFORM == /cygwin|mswin|mingw|bccwin|wince|emx/ end end
Version data entries
5 entries across 5 versions & 1 rubygems