# File lib/twitter/client/search.rb, line 19 def search(options = {}) uri = @@SEARCH_URIS[:basic] response = search_oauth_connect(:get, uri, options) json = JSON.parse(response.body) bless_models(Twitter::Status.unmarshal(JSON.dump(json["results"]))) end