class Git::RemoteCollection

Included Modules

Defined in:

git/remote.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(repo : Repo) #

[View source]

Instance Method Detail

def [](name) #

[View source]
def []?(name) #

[View source]
def each(&) #
Description copied from module Enumerable(Git::Remote)

Must yield this collection's elements to the block.


[View source]