Class: TMBundle::BundlesList

Inherits:
Struct
  • Object
show all
Defined in:
lib/tmbundle.rb

Instance Method Summary collapse

Instance Method Details

#allObject



168
169
170
171
172
# File 'lib/tmbundle.rb', line 168

def all
  @all ||= Dir[dir.join('*/.git').to_s].map do |path|
    Bundle.new(Pathname(path).join('..').to_s)
  end
end