Closed theorygeek closed 2 years ago
This removes a puts warning for method_missing, and replaces it with a super call. This is how method_missing is normally implemented in Ruby.
@cb-navaneedhan - can we get this merged?
This PR has been addressed in v2.13.1. Hence closing it.
This removes a puts warning for method_missing, and replaces it with a super call. This is how method_missing is normally implemented in Ruby.