Method: Seahorse::Client::PluginList#add

Defined in:
lib/seahorse/client/plugin_list.rb

#add(plugin) ⇒ void

This method returns an undefined value.

Adds and returns the ‘plugin`.

Parameters:



25
26
27
28
29
30
# File 'lib/seahorse/client/plugin_list.rb', line 25

def add(plugin)
  @mutex.synchronize do
    _add(plugin)
  end
  nil
end