Class: CobwebVersion

Inherits:
Object
  • Object
show all
Defined in:
lib/cobweb_version.rb

Overview

CobwebVersion holds the current version of the gem

Class Method Summary collapse

Class Method Details

.versionObject

Returns a string of the current version



5
6
7
# File 'lib/cobweb_version.rb', line 5

def self.version
  "1.2.1"
end