Class: TextMateBundleManager::Repository
- Inherits:
-
Array
- Object
- Array
- TextMateBundleManager::Repository
- Defined in:
- lib/textmate/repository.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bundles ⇒ Object
Returns the value of attribute bundles.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Repository
constructor
A new instance of Repository.
Constructor Details
#initialize(options = {}) ⇒ Repository
Returns a new instance of Repository.
10 11 12 13 |
# File 'lib/textmate/repository.rb', line 10 def initialize(={}) @bundles = [:bundles] || [] super(@bundles) end |
Instance Attribute Details
#bundles ⇒ Object
Returns the value of attribute bundles.
9 10 11 |
# File 'lib/textmate/repository.rb', line 9 def bundles @bundles end |