Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_chatbot/string.rb

Overview

the core of chinese chatbot

Instance Method Summary collapse

Instance Method Details

#fake_chatbotObject



3
4
5
# File 'lib/fake_chatbot/string.rb', line 3

def fake_chatbot
  tr('嗎', '').tr('??', '!!')
end