Class: Pytty::Common::Cli::VersionCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
# File 'lib/pytty/common/cli/version_command.rb', line 7

def execute
  puts Pytty::VERSION
end