Module: Mole::Version

Defined in:
lib/mole/version.rb

Constant Summary collapse

MAJOR =
1
MINOR =
0
TINY =
9

Class Method Summary collapse

Class Method Details

.versionObject

Returns the version string for the library.



9
10
11
# File 'lib/mole/version.rb', line 9

def self.version
  [ MAJOR, MINOR, TINY].join( "." )
end