Sha256: 79d2d0abab5ed60c3a6fb19d52119ad700d2d41c52072bc6b23bc9037eba9cdf

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

#ifndef FASTER_SUPPORT_H
#define FASTER_SUPPORT_H 1

#include "ruby.h"

extern VALUE rb_mFasterSupport;

typedef enum {
  Impl_MRI,
  Impl_ActiveSupport,
  Impl_UNKNOWN,
} FasterSupport_blank_impl;

FasterSupport_blank_impl FasterSupport_get_blank_impl();

inline int FasterSupport_uses_mri();
inline int FasterSupport_uses_as();

#endif /* FASTER_SUPPORT_H */

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
faster_support-0.2.1 ext/faster_support/faster_support.h
faster_support-0.2.0 ext/faster_support/faster_support.h
faster_support-0.1.4 ext/faster_support/faster_support.h
faster_support-0.1.3 ext/faster_support/faster_support.h