twitter-ruby
https://github.com/sferik/twitter-ruby
Ruby
A Ruby interface to the Twitter API.
Twitter::REST::FriendsAndFollowers#no_retweet_ids
Returns a collection of user IDs that the currently authenticated user does not want to receive retweets from.
Edit
git clone [email protected]:sferik/twitter-ruby.git
cd twitter-ruby
open lib/twitter/rest/friends_and_followers.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Twitter--REST--FriendsAndFollowers-no_retweet_ids-for-pr
# Commit to gitgit add lib/twitter/rest/friends_and_followers.rbgit commit -m "better docs for Twitter::REST::FriendsAndFollowers#no_retweet_ids"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Twitter--REST--FriendsAndFollowers-no_retweet_ids-for-pr
hub pull-request
# Celebrate!