Method: Seahorse::Client::PluginList#each
- Defined in:
- lib/seahorse/client/plugin_list.rb
#each(&block) ⇒ Enumerator
Enumerates the plugins.
59 60 61 62 63 |
# File 'lib/seahorse/client/plugin_list.rb', line 59 def each(&block) each_plugin do |plugin_wrapper| yield(plugin_wrapper.plugin) end end |