variable.c:378
static VALUE
val_getter(id, val)
    ID id;
    VALUE val;
{
    return val;
}
