Class: TMBundle::BundlesList
- Inherits:
-
Struct
- Object
- Struct
- TMBundle::BundlesList
- Defined in:
- lib/tmbundle.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
173 174 175 176 177 |
# File 'lib/tmbundle.rb', line 173 def all @all ||= Dir[dir.join('*/.git').to_s].map do |path| Bundle.new(Pathname(path).join('..').to_s) end end |