in lib/logstash-docket/artifact_plugin.rb [111:120]
def with_embedded_plugins
return enum_for(:with_embedded_plugins) unless block_given?
yield self
embedded_plugins.each do |embedded_plugin|
yield embedded_plugin
end
end