Class: Snippit::CLI::Version
- Inherits:
-
Object
- Object
- Snippit::CLI::Version
- Defined in:
- lib/snippit/cli/version.rb
Overview
Snippit::CLI::Version is the version subcommand for Snippit::CLI.
Instance Method Summary collapse
-
#start ⇒ Integer
Starts the version subcommand.
Instance Method Details
#start ⇒ Integer
Starts the version subcommand.
12 13 14 15 |
# File 'lib/snippit/cli/version.rb', line 12 def start puts "snippit #{Snippit::VERSION}" 0 end |