module TingYun::Instrumentation::VersionSupport

Constants

VERSION1

Public Instance Methods

new_version_support?() click to toggle source
# 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