Class: CobwebVersion
- Inherits:
-
Object
- Object
- CobwebVersion
- Defined in:
- lib/cobweb_version.rb
Overview
CobwebVersion holds the current version of the gem
Class Method Summary collapse
-
.version ⇒ Object
Returns a string of the current version.
Class Method Details
.version ⇒ Object
Returns a string of the current version
5 6 7 |
# File 'lib/cobweb_version.rb', line 5 def self.version "1.2.1" end |