Class: Incline::CLI::Version
- Inherits:
-
Object
- Object
- Incline::CLI::Version
- Defined in:
- lib/incline/cli/version.rb
Overview
Defines the ‘version’ command for the CLI.
Instance Method Summary collapse
-
#initialize ⇒ Version
constructor
Creates a new ‘version’ command for the CLI.
-
#run ⇒ Object
Shows the version of the Incline library.
Constructor Details
#initialize ⇒ Version
Creates a new ‘version’ command for the CLI.
11 12 13 |
# File 'lib/incline/cli/version.rb', line 11 def initialize end |