Class: Cinch::BotTemplate::Config
- Defined in:
- lib/cinch/bot_template/main/config.rb
Instance Method Summary collapse
Methods inherited from Thor
Instance Method Details
#gen(dir) ⇒ Object
14 15 16 17 |
# File 'lib/cinch/bot_template/main/config.rb', line 14 def gen(dir) generator = Cinch::BotTemplate::Classes::Config.new(options: , shell: self.shell) generator.generate(Pathname(dir)) end |