==

in lib/logstash-docket/embedded_plugin.rb [74:82]


    def ==(other)
      return false unless super

      return false unless other.kind_of?(EmbeddedPlugin)
      return false unless self.artifact_plugin == other.artifact_plugin

      return true
    end