class String

the core of chinese chatbot

Public Instance Methods

fake_chatbot() click to toggle source
# File lib/fake_chatbot/string.rb, line 3
def fake_chatbot
  tr('嗎', '').tr('??', '!!')
end