Module: Cinch::BotTemplate::Descs::Plugin
- Defined in:
- lib/cinch/bot_template/desc/plugin.rb
Class Method Summary collapse
Class Method Details
.Gen ⇒ Object
8 9 10 11 12 13 14 15 16 17 |
# File 'lib/cinch/bot_template/desc/plugin.rb', line 8 def Gen ERB.new( <<~GEN --'<%= Paint['#{Pathname($PROGRAM_NAME).basename} plugin gen', 'orange', :bold] %>' --will prompt for information, --then will start generating either one or multiple plugin files, --based on how many plugin names it was given. GEN ).result end |