Class: Sketchup::ExtensionsManager
- Includes:
- Enumerable
- Defined in:
- lib/extensionsmanager.rb
Overview
Instance Method Summary collapse
- #[] ⇒ SketchupExtension
- #each ⇒ Object
-
#keys ⇒ Array<String>
The keys method is used to get a list of keys in the ExtensionsManager, which are the same as the names of the extensions.
- #size ⇒ Number
Instance Method Details
#[](Integer) ⇒ SketchupExtension #[](String) ⇒ SketchupExtension
12 13 |
# File 'lib/extensionsmanager.rb', line 12 def [] end |
#keys ⇒ Array<String>
The keys method is used to get a list of keys in the ExtensionsManager, which are the same as the names of the extensions.
20 21 |
# File 'lib/extensionsmanager.rb', line 20 def keys end |
#size ⇒ Number
24 25 |
# File 'lib/extensionsmanager.rb', line 24 def size end |