Sha256: d709515556d8e14a00f59fcf92da7711dc8985114bbfb60b6bbee0f70e5d61c9

Contents?: true

Size: 452 Bytes

Versions: 9

Compression:

Stored size: 452 Bytes

Contents

#include "ruby.h"
#include <string.h>

static VALUE initialize(int, VALUE*, VALUE);
static VALUE state_allocate(VALUE);
static VALUE from_state(VALUE, VALUE);
static VALUE hash_value_or_empty_string_default(VALUE, const char*);
static VALUE seen(VALUE, VALUE);
static VALUE remember(VALUE, VALUE);
static VALUE forget(VALUE, VALUE);

static VALUE get_indent(VALUE);
static VALUE set_indent(VALUE, VALUE);
void rb_json_state_indent(VALUE, VALUE, long);

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fjson-0.0.3 ext/state_ext/state_ext.h
fjson-0.0.5 ext/state_ext/state_ext.h
fjson-0.0.7 ext/state_ext/state_ext.h
fjson-0.0.2 ext/state_ext/state_ext.h
fjson-0.0.4 ext/state_ext/state_ext.h
fjson-0.0.6 ext/state_ext/state_ext.h
fjson-0.0.8 ext/state_ext/state_ext.h
fjson-0.0.9 ext/state_ext/state_ext.h
fjson-0.1.0 ext/state_ext/state_ext.h