class Seahorse::Client::PluginList

def each(&block)

Returns:
  • (Enumerator) -
def each(&block)
  each_plugin do |plugin_wrapper|
    yield(plugin_wrapper.plugin)
  end
end