Module: Yuurisan::Title
- Defined in:
- lib/yuurisan/title.rb
Class Method Summary collapse
Class Method Details
.set(bot_name) ⇒ Object
3 4 5 6 7 |
# File 'lib/yuurisan/title.rb', line 3 def self.set(bot_name) title = "#{bot_name} by : 佐賀県産 (YUURI)" print "\e]0;#{title}\a" $stdout.flush end |