Module: Cacheable::VERSION

Defined in:
lib/cacheable/version.rb

Constant Summary collapse

MAJOR =
1
MINOR =
0
TINY =
4
PRE =
nil
STRING =
[MAJOR, MINOR, TINY, PRE].compact.join('.').freeze

Class Method Summary collapse

Class Method Details

.to_sObject



12
13
14
# File 'lib/cacheable/version.rb', line 12

def self.to_s
  STRING
end