class Gtmtech::Crypto::Subcommands::Version
Public Class Methods
description()
click to toggle source
# File lib/gtmtech/crypto/subcommands/version.rb, line 18 def self.description "output version information" end
execute()
click to toggle source
# File lib/gtmtech/crypto/subcommands/version.rb, line 14 def self.execute puts "gtmtech-crypto v#{Gtmtech::Crypto::VERSION}" end
options()
click to toggle source
# File lib/gtmtech/crypto/subcommands/version.rb, line 10 def self.options [] end