Sha256: 3e692d6a55164c709da9c7c5215053ab6467373c59ac3b39a9b0936e838563fd
Contents?: true
Size: 199 Bytes
Versions: 19
Compression:
Stored size: 199 Bytes
Contents
class ThinkingSphinx::Panes::DistancePane def initialize(context, object, raw) @raw = raw end def distance @raw['geodist'].to_f end def geodist @raw['geodist'].to_f end end
Version data entries
19 entries across 19 versions & 1 rubygems