Sha256: 5478cf055158460f1d14aab38094f4e265cd18e86e0aa26f1c3e1e346e7926cc
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
module Mole module Version MAJOR = 1 MINOR = 0 TINY = 2 # Returns the version string for the library. # def self.version [ MAJOR, MINOR, TINY].join( "." ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mole-1.0.2 | lib/mole/version.rb |