Module: Cacheable::VERSION

Defined in:
lib/cacheable/version.rb

Constant Summary collapse

MAJOR =
2
MINOR =
0
TINY =
0
PRE =
nil

Class Method Summary collapse

Class Method Details

.to_sObject



10
11
12
# File 'lib/cacheable/version.rb', line 10

def self.to_s
  [MAJOR, MINOR, TINY, PRE].compact.join('.').freeze
end