Module: Yuurisan

Defined in:
lib/yuurisan.rb,
lib/yuurisan/title.rb,
lib/yuurisan/banner.rb,
lib/yuurisan/version.rb

Defined Under Namespace

Modules: Banner, Title

Constant Summary collapse

VERSION =
"1.0.3"

Class Method Summary collapse

Class Method Details



6
7
8
9
# File 'lib/yuurisan.rb', line 6

def self.banner(bot_name)
  set_title(bot_name)
  Banner.show(bot_name)
end

.set_title(bot_name) ⇒ Object



11
12
13
# File 'lib/yuurisan.rb', line 11

def self.set_title(bot_name)
  Title.set(bot_name)
end