module Chewy::Runtime
Public Class Methods
version()
click to toggle source
# File lib/chewy/runtime.rb, line 5 def self.version Chewy.current[:chewy_runtime_version] ||= Version.new(Chewy.client.info['version']['number']) end