Ejemplo n.º 1
0
 static public R_VAL Create(string str)
 {
     return(RubyDLL.rb_utf8_str_new_static(str, str.Length));
 }