class DoCli::Version

Public Class Methods

show_version() click to toggle source
# File lib/docli/version.rb, line 5
def self.show_version
        puts "You are using DOCLI with version: " + DOCLI_VERSION.red
end