Sha256: 61994f78f1206cd58467c7af750fedb7b8597bc2c7edf009b6213a6d9f7d9e62

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

#ifndef FASTER_SUPPORT_STRING_H
#define FASTER_SUPPORT_STRING_H 1

#include "ruby.h"
#include "ruby/encoding.h"
#include "ruby/re.h"

#define STR_ENC_GET(str) rb_enc_from_index(ENCODING_GET(str))

#endif /* ifndef FASTER_SUPPORT_STRING_H */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
faster_support-0.2.1 ext/faster_support/core_ext/string/string.h