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( " --'<%= Paint['\#{Pathname($PROGRAM_NAME).basename} plugin gen', 'orange', :bold] %>'\n --will prompt for information,\n --then will start generating either one or multiple plugin files,\n --based on how many plugin names it was given.\n GEN\n ).result\nend\n" |