class Ruboty::Handlers::Haiku
Public Instance Methods
haiku_wo_yome(message)
click to toggle source
# File lib/ruboty/handlers/haiku.rb, line 13 def haiku_wo_yome(message) Ruboty::HaikuWoYome::Actions::Haiku.new(message).call end
tanka_wo_yome(message)
click to toggle source
# File lib/ruboty/handlers/haiku.rb, line 17 def tanka_wo_yome(message) Ruboty::HaikuWoYome::Actions::Haiku.new(message).call(type: :tanka) end