Class: Heyterminal::Cli::Commands::Version

Inherits:
Heyterminal::CliCommand show all
Defined in:
lib/heyterminal/cli.rb

Instance Method Summary collapse

Methods inherited from Heyterminal::CliCommand

#safe_call

Instance Method Details

#callObject



9
10
11
# File 'lib/heyterminal/cli.rb', line 9

def call(*)
  puts Heyterminal::VERSION
end