Class: Rodbot::CLI::Commands::Version
- Inherits:
-
Rodbot::CLI::Command
- Object
- Dry::CLI::Command
- Rodbot::CLI::Command
- Rodbot::CLI::Commands::Version
- Defined in:
- lib/rodbot/cli/commands/version.rb
Instance Method Summary collapse
Methods inherited from Rodbot::CLI::Command
Instance Method Details
#rescued_call ⇒ Object
9 10 11 |
# File 'lib/rodbot/cli/commands/version.rb', line 9 def rescued_call(**) puts Rodbot::VERSION end |