Class: Wocker::Cli::VersionCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/wocker/cli/version_command.rb

Instance Method Summary collapse

Instance Method Details

#execObject



6
7
8
# File 'lib/wocker/cli/version_command.rb', line 6

def exec
  puts Wocker::VERSION
end