ruby_debug_print_value  105 compile.c         ruby_debug_print_value(1, compile_debug, header, value))
ruby_debug_print_value  113 compile.c         ruby_debug_print_value(1, compile_debug, header, value))
ruby_debug_print_value  117 compile.c         ruby_debug_print_value(2, compile_debug, header, value))
ruby_debug_print_value  121 compile.c         ruby_debug_print_value(10, compile_debug, header, value))
ruby_debug_print_value  108 debug.c            ruby_debug_print_value(0, 1, "", v);
ruby_debug_print_value   18 debug.h        #define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
ruby_debug_print_value   19 debug.h        #define dp(v)    ruby_debug_print_value(-1, 0, "", v)
ruby_debug_print_value   25 debug.h        VALUE ruby_debug_print_value(int level, int debug_level, const char *header, VALUE v);