Same. I got so frustrated to just see it working that I gave up on trying to be elegant.
Best to use public_send instead of send to restrict access to private/protected methods :)
public_send
send
Same here, getting sprodaic failures on random tests
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Same. I got so frustrated to just see it working that I gave up on trying to be elegant.
Best to use
public_send
instead ofsend
to restrict access to private/protected methods :)Same here, getting sprodaic failures on random tests
This comment is hidden because it contains spoiler information about the solution