Sha256: 15c57d84a83cac0c21bb013f4336a84e1baffd3552e6f4ded2079e18b4e3e359
Contents?: true
Size: 376 Bytes
Versions: 35
Compression:
Stored size: 376 Bytes
Contents
module Picky module Backends class Redis class Float < String # Get a single value. # # Internal API method for the index. # # Note: Works like the StringHash method, but # returns a float corresponding to that string. # def [] key super.to_f end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems