Class: Rodbot::CLI::Commands::Version

Inherits:
Rodbot::CLI::Command show all
Defined in:
lib/rodbot/cli/commands/version.rb

Instance Method Summary collapse

Methods inherited from Rodbot::CLI::Command

#call

Instance Method Details

#rescued_callObject



9
10
11
# File 'lib/rodbot/cli/commands/version.rb', line 9

def rescued_call(**)
  puts Rodbot::VERSION
end