Class: Trixie::CLI::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Trixie::CLI::Version
- Defined in:
- lib/trixie/cli.rb
Overview
rubocop:disable Style/Documentation
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
33 34 35 |
# File 'lib/trixie/cli.rb', line 33 def call(*) puts Trixie::VERSION end |