Class: WindClutter::CLI::Commands::ShowVersion
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- WindClutter::CLI::Commands::ShowVersion
- Defined in:
- lib/windclutter/cli/core.rb
Overview
Print out the version of windclutter
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
21 22 23 |
# File 'lib/windclutter/cli/core.rb', line 21 def call(*) puts WindClutter::VERSION end |