Class: PokemonNameGenerator::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- PokemonNameGenerator::CLI::Commands::Version
- Defined in:
- lib/pokemon_name_generator/cli/commands.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
12 13 14 |
# File 'lib/pokemon_name_generator/cli/commands.rb', line 12 def call(*) puts PokemonNameGenerator::VERSION end |