Class: Dude::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Dude::Commands::Version
- Defined in:
- lib/dude/commands/version.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
8 9 10 |
# File 'lib/dude/commands/version.rb', line 8 def call puts Dude::VERSION end |