Class: DoCli::Version
- Inherits:
-
Object
- Object
- DoCli::Version
- Defined in:
- lib/docli/version.rb
Class Method Summary collapse
Class Method Details
.show_version ⇒ Object
5 6 7 |
# File 'lib/docli/version.rb', line 5 def self.show_version puts "You are using DOCLI with version: " + DOCLI_VERSION.red end |