You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in ruby the method respond_to? is too loose because even if a query does not have a star in it the object itself does have this method.
Is this the most efficient way to traverse through the tree and ask if it has a star and try to access the property? Is there a risk this will return true even if it is not the case?
I am able to go all the way down into a query node like this
but in ruby the method respond_to? is too loose because even if a query does not have a star in it the object itself does have this method.
Is this the most efficient way to traverse through the tree and ask if it has a star and try to access the property? Is there a risk this will return true even if it is not the case?
Thanks for the help, please let me know if I can clarify anything
The text was updated successfully, but these errors were encountered: