Method: Ruber::PluginLike#remove_widgets_from_project
- Defined in:
- lib/ruber/plugin_like.rb
#remove_widgets_from_project(prj) ⇒ nil
Removes the project widgets provided by the plugin from a project
259 260 261 262 263 264 |
# File 'lib/ruber/plugin_like.rb', line 259 def prj @plugin_description..each do |w| prj. w end nil end |