class Ruboty::Stats::Actions::Clear
Public Instance Methods
call()
click to toggle source
# File lib/ruboty/stats/actions/clear.rb, line 5 def call ::Ruboty::Stats.stats(message.robot).delete_if { true } message.reply("good bye stats.") end