visionmedia / google-search

Ruby - Google Search API
263 stars 53 forks source link

Warning: instance variable @each_response not initialized #22

Open ochagata opened 8 years ago

ochagata commented 8 years ago

I'm working on a feature for the faker gem that would utilize this gem, and anytime I run the tests for it, it prints this message a lot.

I was able to solve it by declaring @each_response as nil in the initialize, but would love feedback from others as well