Method: Seahorse::Client::Base.add_plugin
- Defined in:
- lib/seahorse/client/base.rb
.add_plugin(plugin) ⇒ void
This method returns an undefined value.
Registers a plugin with this client.
127 128 129 |
# File 'lib/seahorse/client/base.rb', line 127 def add_plugin(plugin) @plugins.add(plugin) end |