Class: SmartWatch::Commands::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/smart_watch/commands/cli.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



6
7
8
# File 'lib/smart_watch/commands/cli.rb', line 6

def version
  puts "SmartWatch #{SmartWatch.version}"
end