Class: TwitterBotGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/twitter_bot_generator.rb,
lib/twitter_bot_generator/version.rb

Constant Summary collapse

VERSION =
"0.2.3"

Class Method Summary collapse

Class Method Details

.generate(bot_name, flag = '') ⇒ Object



9
10
11
12
13
14
# File 'lib/twitter_bot_generator.rb', line 9

def generate bot_name, flag=''
  welcome_message bot_name, flag
  make_directories! bot_name
  write_files! bot_name, flag
  exit_message bot_name
end