Class: UppityRobot::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- UppityRobot::CLI::Commands::Version
- Defined in:
- lib/uppityrobot/cli/commands/version.rb
Overview
UppityRobot::CLI::Commands::Version prints version
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/uppityrobot/cli/commands/version.rb', line 10 def call(*) puts UppityRobot::VERSION end |