Closed solson closed 11 years ago
I've implemented the second one to work like (.method Classname staticField)
, eg. Math/sqrt
returns the Method object for the sqrt method. (Math/sqrt 4)
calls it (with just a direct send).
Closed by a0d04629e2bbc1c041898948c8c1a8efaa0a4f1a
This stuff from Clojure would be pretty handy-dandy to have in Apricot.
The second one makes a lot less sense in Ruby. I think I'll just do the first one.