Scott Mitchell
Results
3
comments of
Scott Mitchell
Are there any updates on whether this pull request will be merged? We would really benefit from this capability.
I have this exact same issue. Trying to figure out a solution. As I read the code it appears to me that the intent is to loop through the returned...
The code I was looking at that made me believe that it might report for each match is: > ``` > results = proxy.retrieve_data! > results.each_pair do |_key, value| >...