module Ruboty::Stats

Constants

NAMESPACE
VERSION

Public Instance Methods

stats(robot) click to toggle source
# File lib/ruboty/stats.rb, line 28
def stats(robot)
  robot.brain.data[NAMESPACE] ||= {}
end