Felipe Contreras wrote: > static void git_ruby_init(void) > { > rb_define_global_function("setup_git_directory", git_rb_setup_git_directory, 0); > rb_define_global_function("for_each_ref", git_rb_for_each_ref, 0); > + rb_define_global_function("dwim_ref", git_rb_dwim_ref, 1); > } At this point, global functions is probably the way to go. We might like to put them in classes to create a beautiful Rugged-inspired API in the future. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html