# File lib/rbot/config.rb, line 205 def values if @values.instance_of?(Proc) return @values.call(@manager.bot) else return @values end end