class Rugged::Repository

def submodules

Returns a SubmoduleCollection containing Rugged::Submodule objects

All the submodules in the repository
def submodules
  @submodules ||= SubmoduleCollection.new(self)
end