module Clchat
Constants
- VERSION
Public Class Methods
answer(emotion)
click to toggle source
# File lib/clchat.rb, line 6 def self.answer(emotion) reply = Reply.new(emotion) reply.answer end
# File lib/clchat.rb, line 6 def self.answer(emotion) reply = Reply.new(emotion) reply.answer end