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