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