Method: Rugged::TagCollection#initialize

Defined in:
ext/rugged/rugged_tag_collection.c

#new(repo) ⇒ Object

[View source]

20
21
22
23
24
# File 'ext/rugged/rugged_tag_collection.c', line 20

static VALUE rb_git_tag_collection_initialize(VALUE self, VALUE repo)
{
	rugged_set_owner(self, repo);
	return self;
}