Sha256: bfb244a621b3e9f80435c15965b2be91faf1712c57efc119cea637ad69e6fd86
Contents?: true
Size: 230 Bytes
Versions: 17
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true 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
17 entries across 17 versions & 1 rubygems