Sha256: ac10966c2fbf8ce67ed9d5cf927bdc14f7c55031604924e27f60ba2a55deb098
Contents?: true
Size: 378 Bytes
Versions: 52
Compression:
Stored size: 378 Bytes
Contents
/* * Copyright (C) the Rugged contributors. All rights reserved. * * This file is part of Rugged, distributed under the MIT license. * For full terms see the included LICENSE file. */ #include "rugged.h" extern VALUE rb_mRugged; VALUE rb_cRuggedBackend; void Init_rugged_backend(void) { rb_cRuggedBackend = rb_define_class_under(rb_mRugged, "Backend", rb_cObject); }
Version data entries
52 entries across 52 versions & 1 rubygems