Join Slack
Powered by
The problem would be that your example requires an...
# language-proposals
b
benleggiero
03/27/2017, 10:45 AM
The problem would be that your example requires an existing instance of
Rect
. So instead of
Rect.create(x, y, w, h)
, it would be
Rect(point, size).create(x, y, w, h)
Open in Slack
Previous
Next