# File lib/plugins/keyword.rb, line 7
    def has_keyword?
      config.plugins.keyword.keywords.find { |k| k === self.text }
    end