# File rbot/keywords.rb, line 144 def has_key?(key) @keywords.has_key?(key) || @statickeywords.has_key?(key) end