Class: Ruber::IRB::Plugin
Constant Summary
Constants inherited from Plugin
Instance Attribute Summary
Attributes included from PluginLike
Instance Method Summary (collapse)
Methods inherited from Plugin
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 |