Class: SmartWatch::Commands::CLI
- Inherits:
-
Thor
- Object
- Thor
- SmartWatch::Commands::CLI
- Defined in:
- lib/smart_watch/commands/cli.rb
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
6 7 8 |
# File 'lib/smart_watch/commands/cli.rb', line 6 def version puts "SmartWatch #{SmartWatch.version}" end |