Closed irxground closed 5 years ago
Ruby uses the respond_to? method to check if a certain method exists. If method_missing is implemented, respond_to_missing? should also be implemented.
respond_to?
method_missing
respond_to_missing?
Thanks for the PR :-)!
bors try
Merged, thank you!
Ruby uses the
respond_to?
method to check if a certain method exists. Ifmethod_missing
is implemented,respond_to_missing?
should also be implemented.