Displaying 1 result from an estimated 1 matches for "av_age".
Did you mean:
anlage
2008 Feb 02
1
Ruby++ FFI (theoretical)
...ect destructor instead
* of making people do it explicitly, unless they have special
requirements.
*/
Foo::~Foo(){
delete this;
}
VALUE Foo::method_a(){
return ruby_int(27);
}
VALUE Foo::method_b(VALUE av_name){
return "hello, " << ruby_name;
}
static VALUE(VALUE av_age){
return av_age + ruby_int(42);
}