Module: Cinch::BotTemplate::Descs::Hello

Defined in:
lib/cinch/bot_template/desc/hello.rb

Class Method Summary collapse

Class Method Details

.GenObject



7
8
9
10
11
12
# File 'lib/cinch/bot_template/desc/hello.rb', line 7

def Gen
  <<~GEN
    '#{Pathname($PROGRAM_NAME).basename} hello' generates a simple one file
    --that allows you to start a bot up in seconds.
  GEN
end