Ejemplo n.º 1
0
Archivo: encoding.c Proyecto: 217/ruby
rb_encoding *
rb_filesystem_encoding(void)
{
    return rb_enc_from_index(rb_filesystem_encindex());
}
Ejemplo n.º 2
0
static VALUE encoding_spec_rb_filesystem_encindex(VALUE self) {
  return INT2NUM(rb_filesystem_encindex());
}