class SmartWatch::Commands::CLI

Public Instance Methods

version() click to toggle source
# File lib/smart_watch/commands/cli.rb, line 6
def version
  puts "SmartWatch #{SmartWatch.version}"
end