Class: Cinch::BotTemplate::Bot

Inherits:
Thor
  • Object
show all
Defined in:
lib/cinch/bot_template/main/bot.rb

Instance Method Summary collapse

Methods inherited from Thor

command_help

Instance Method Details

#genObject



13
14
15
16
# File 'lib/cinch/bot_template/main/bot.rb', line 13

def gen
  generator = Cinch::BotTemplate::Classes::Bot.new(options)
  generator.generate
end