Flowdock
method

new

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: ARGF
new(*args) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
argf_initialize(VALUE argf, VALUE argv)
{
    memset(&ARGF, 0, sizeof(ARGF));
    argf_init(&ARGF, argv);

    return argf;
}
Register or log in to add new notes.