Module: TingYun::Instrumentation::VersionSupport

Defined in:
lib/ting_yun/instrumentation/memcached.rb

Constant Summary collapse

VERSION1 =
'2.6.4'.freeze

Class Method Summary collapse

Class Method Details

.new_version_support?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/ting_yun/instrumentation/memcached.rb', line 19

def new_version_support?
  ::TingYun::Support::VersionNumber.new(Dalli::VERSION) >= ::TingYun::Support::VersionNumber.new(VERSION1)
end