Class: DescribeDocker
- Defined in:
- lib/get/subcommand/describe/docker/docker.rb
Overview
Class length is disabled as most of its length is given by formatting. rubocop:disable Metrics/ClassLength Subcommand, it manages the description of the current git repository using semantic version.
Instance Attribute Summary
Attributes inherited from Command
Class Method Summary collapse
Class Method Details
.command ⇒ Object
28 29 30 31 |
# File 'lib/get/subcommand/describe/docker/docker.rb', line 28 def self.command @@command ||= new @@command end |