google_custom_search_api icon indicating copy to clipboard operation
google_custom_search_api copied to clipboard

search and return all method

Open ghost opened this issue 9 years ago • 0 comments

Hello,

I am using rails 4 and trying to use this gem. It returns results if I do the search method but I am trying this

GoogleCustomSearchApi.search_and_return_all_results("rope", opts = {})

and receiving this error LocalJumpError: no block given (yield)

ghost avatar Dec 01 '15 00:12 ghost