Method: Wiskey::Generator#run

Defined in:
lib/wiskey/generator.rb

#runObject



9
10
11
12
13
14
15
# File 'lib/wiskey/generator.rb', line 9

def run
  if @subcommand == "install"
   install
  elsif @subcommand == "update"
    update
  end
end