Repository URL to install this package:
|
Version:
0.5.0.1 ▾
|
class EntityCache
module Controls
module Version
def self.example
11
end
module Age
def self.example
Version.example - Persistent.example
end
end
module NoStream
def self.example
EntityCache::Record::NoStream.version
end
end
module Persistent
def self.example
1
end
end
end
end
end