Ruby - Metaprogramming Fundamentals
You want to call a private method
secret on object obj. Which is the correct way to do this using send?secret on object obj. Which is the correct way to do this using send?send can call private methods, unlike public_send which respects visibility.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions