class Ruboty::Handlers::Wareki
Public Instance Methods
convert(message)
click to toggle source
# File lib/ruboty/handlers/wareki.rb, line 10 def convert(message) Ruboty::Wareki::Actions::Convert.new(message).call end
convert_after(message)
click to toggle source
# File lib/ruboty/handlers/wareki.rb, line 14 def convert_after(message) Ruboty::Wareki::Actions::ConvertAfter.new(message).call end