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