Skip to content

Instantly share code, notes, and snippets.

@farnoy
Created December 3, 2010 18:39
Show Gist options
  • Save farnoy/727343 to your computer and use it in GitHub Desktop.
Save farnoy/727343 to your computer and use it in GitHub Desktop.
tests
GitHub::Repo.get('mojombo/jekyll').fetch(:self, :watchers)
GitHub::Repo.get('schacon/kidgloves').fetch(:watchers).watchers.each
GitHub::Repo.get('parndt/hub').parent.fetch(:self, :watchers).watchers
GitHub::User.get('kneath').fetch(:followers, :followings)
GitHub::User.get('defunkt').fetch(:followers, :followings)
GitHub::User.get('schacon').fetch(:followers, :followings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment