# File lib/rbot/config.rb, line 148 def get r = super if r.kind_of?(Integer) return r else return r ? 1 : 0 end end