# File lib/twitter/extras.rb, line 19 def featured(type) uri = @@FEATURED_URIS[type] response = rest_oauth_connect(:get, uri) bless_models(Twitter::User.unmarshal(response.body)) end