#include "ruby.h" #include "state_lib.h" #include static VALUE initialize(int, VALUE*, VALUE); static VALUE state_allocate(VALUE); static VALUE hash_value_or_empty_string_default(VALUE, const char*); static VALUE rb_json_state_get_intent(VALUE); static VALUE rb_json_state_set_intent(VALUE, VALUE);