class XMLEncoding
Public Instance Methods
convert(p1)
click to toggle source
static VALUE
XMLEncoding_convert(VALUE obj, VALUE str)
{
return INT2FIX('?');
}
map(p1)
click to toggle source
static VALUE
XMLEncoding_map(VALUE obj, VALUE i)
{
return i;
}