Class: DLDInternet::DOctl::Main

Inherits:
Thor::Command
  • Object
show all
Defined in:
lib/dldinternet/doctl/main.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



28
29
30
31
32
# File 'lib/dldinternet/doctl/main.rb', line 28

def version()
  command_pre
  command_out "#{self.class.namespace}(ruby) version #{::DLDInternet::DOctl::VERSION}"
  0
end