Sha256: 150c232e3134627ab2147e164b90c78f3a61f03b4ffecbafa2b11f605dcf0f5c

Contents?: true

Size: 321 Bytes

Versions: 7

Compression:

Stored size: 321 Bytes

Contents

#ifndef __SIDETIQ_EXT_H__
#define __SIDETIQ_EXT_H__
#include <ruby.h>

void Init_sidetiq_ext();
static VALUE sidetiq_gettime(VALUE self);

/* module Sidetiq */
extern VALUE msidetiq;

/* class Sidetiq::Error < StandardError */
extern VALUE esidetiq_error;

/* class Sidetiq::Clock */
extern VALUE csidetiq_clock;

#endif

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sidetiq-0.3.1 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.3.0 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.2.0 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.1.5 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.1.4 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.1.3 ext/sidetiq_ext/sidetiq_ext.h
sidetiq-0.1.2 ext/sidetiq_ext/sidetiq_ext.h