Flowdock
method

private_call?

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: NoMethodError
private_call?() public

No documentation

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

Hide source
static VALUE
nometh_err_private_call_p(VALUE self)
{
    return rb_attr_get(self, id_private_call_p);
}
Register or log in to add new notes.