Method: Origen::Application::PluginsManager#temporary=

Defined in:
lib/origen/application/plugins_manager.rb

#temporary=(plugin_name) ⇒ Object

Sets the given plugin as the temporary current plugin, this will last until changed or the end of the current Origen thread



21
22
23
24
# File 'lib/origen/application/plugins_manager.rb', line 21

def temporary=(plugin_name)
  Origen.deprecated 'Origen.current_plugin.temporary= is deprecated, use Origen.app.plugins.temporary= instead'
  Origen.app.plugins.temporary = plugin_name
end