# File lib/rbot/config.rb, line 66 def get return @manager.config[@key] if @manager.config.has_key?(@key) return default end