From 1fcd45c8acc2b21402dda2946d3c6ca1514faa53 Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Mon, 7 Oct 2013 18:21:56 -0500 Subject: [PATCH] Docs for new method --- lib/octokit/client/organizations.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/octokit/client/organizations.rb b/lib/octokit/client/organizations.rb index f772fb54b..56e472cbd 100644 --- a/lib/octokit/client/organizations.rb +++ b/lib/octokit/client/organizations.rb @@ -438,6 +438,8 @@ def unpublicize_membership(org, user, options = {}) # List all teams for the authenticated user across all their orgs # + # @return [Array] Array of team resources. + # @see http://developer.github.com/v3/orgs/teams/#list-user-teams def user_teams(options = {}) paginate "/user/teams", options end