Sha256: a3b346c1fd413994165485bda425f8da4f6f189a472d155a0b6ff00ec3b2efbd

Contents?: true

Size: 115 Bytes

Versions: 1

Compression:

Stored size: 115 Bytes

Contents

#include "paradox.h"

VALUE rb_mParadox;

void
Init_paradox(void)
{
  rb_mParadox = rb_define_module("Paradox");
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paradox-0.0.1 ext/paradox/paradox.c