Skip to content

Commit

Permalink
Add Enumerable mixin to Twitter::Search
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman authored and sferik committed Dec 31, 2010
1 parent 8db1bf9 commit c175c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module Twitter
# {Twitter::Client::User#user} to get the correct user id if necessary.
# @see http://dev.twitter.com/doc/get/search Twitter Search API Documentation
class Search < API
include Enumerable

# @private
attr_reader :query

Expand Down

0 comments on commit c175c15

Please sign in to comment.