|
Ruby
1.9.3p448(2013-06-27revision41675)
|
#include "ruby.h"Go to the source code of this file.
Functions | |
| VALUE | bug_str_modify (VALUE str) |
| VALUE | bug_str_modify_expand (VALUE str, VALUE expand) |
| void | Init_modify (VALUE klass) |
| VALUE bug_str_modify | ( | VALUE | str | ) |
| VALUE bug_str_modify_expand | ( | VALUE | str, |
| VALUE | expand | ||
| ) |
Definition at line 11 of file modify.c.
References NUM2LONG(), and rb_str_modify_expand().
Referenced by Init_modify().
| void Init_modify | ( | VALUE | klass | ) |
Definition at line 18 of file modify.c.
References bug_str_modify(), bug_str_modify_expand(), and rb_define_method().
1.7.6.1