Class: Rounders::Commands::LocalCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/rounders/commands/local_command.rb

Instance Method Summary collapse

Instance Method Details

#startObject



14
15
16
17
# File 'lib/rounders/commands/local_command.rb', line 14

def start
  rounder = Rounders::Rounder.new(options)
  rounder.start
end

#versionObject



24
25
26
# File 'lib/rounders/commands/local_command.rb', line 24

def version
  puts Rounders::VERSION
end