-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Currently to do allocate I have to do this:
let mut pathname_instance = Class::from(
Class::from_existing("Pathname").send("allocate", None).value()
);I would much prefer
let mut pathname_instance = Class::from_existing("Pathname").allocate();I've searched Ruby's C code and couldn't find anywhere where allocate is defined. So I'm at a loss on how to add it directly.
Metadata
Metadata
Assignees
Labels
No labels