Ruby 1.9.3p327(2012-11-10revision37606)
Functions
ext/-test-/bug-3662/bug.c File Reference
#include <ruby.h>
Include dependency graph for bug.c:

Go to the source code of this file.

Functions

static VALUE bug_funcall (int argc, VALUE *argv, VALUE self)
void Init_bug (void)

Function Documentation

static VALUE bug_funcall ( int  argc,
VALUE argv,
VALUE  self 
) [static]

Definition at line 4 of file bug.c.

References rb_eArgError, rb_funcall2(), rb_raise(), and rb_to_id().

Referenced by Init_bug().

void Init_bug ( void  )