Class: Ruber::IRB::Plugin

Inherits:
Plugin show all
Defined in:
plugins/irb/irb.rb,
plugins/irb/irb.rb

Constant Summary

Constants inherited from Plugin

LICENSES

Instance Attribute Summary

Attributes included from PluginLike

plugin_description

Instance Method Summary (collapse)

Methods inherited from Plugin

#about_data, #initialize

Methods included from PluginLike

#add_extensions_to_project, #add_options_to_project, #add_widgets_to_project, #create_tool_widget, #delayed_initialize, #initialize_plugin, #load_settings, #plugin_name, #query_close, #register_options, #register_with_project, #remove_extensions_from_project, #remove_from_project, #remove_options_from_project, #remove_widgets_from_project, #restore_session, #save_settings, #session_data, #setup_action, #setup_actions, #unload, #update_project

Constructor Details

This class inherits a constructor from Ruber::Plugin

Instance Method Details

- (Object) shutdown



30
31
32
33
# File 'plugins/irb/irb.rb', line 30

def shutdown
  @widget.stop
  super
end