aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.h b/ruby.h
index 6c76c70a79..179a1ea15c 100644
--- a/ruby.h
+++ b/ruby.h
@@ -596,6 +596,7 @@ ID rb_intern(const char*);
ID rb_intern2(const char*, long);
const char *rb_id2name(ID);
ID rb_to_id(VALUE);
+VALUE rb_id2str(ID);
char *rb_class2name(VALUE);
char *rb_obj_classname(VALUE);