Ruby parens-free function calls [was Re: Accessing parent objects]
Gregory Ewing
greg.ewing at canterbury.ac.nz
Tue Mar 27 02:54:49 EDT 2018
Chris Angelico wrote:
> Question: How do you get a reference to a Ruby function? Or are they
> not first-class objects?
They're not first-class. So, you can't.
--
Greg
More information about the Python-list
mailing list