Module: Ruber::Extension

Included in:
World::Environment
Defined in:
lib/ruber/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pluginObject

Returns the value of attribute plugin.



522
523
524
# File 'lib/ruber/project.rb', line 522

def plugin
  @plugin
end

Instance Method Details

#query_closeObject



533
534
535
# File 'lib/ruber/project.rb', line 533

def query_close
  true
end

#remove_from_projectObject



530
531
# File 'lib/ruber/project.rb', line 530

def remove_from_project
end

#save_settingsObject



524
525
# File 'lib/ruber/project.rb', line 524

def save_settings
end

#shutdownObject



527
528
# File 'lib/ruber/project.rb', line 527

def shutdown
end