Skip to content

Commit

Permalink
Merge 46858e5 into 96c211c
Browse files Browse the repository at this point in the history
  • Loading branch information
arronmabrey committed Oct 1, 2014
2 parents 96c211c + 46858e5 commit 4ccdd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter/rest/favorites.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def favorite(*args)
# @raise [Twitter::Error::NotFound] Error raised when tweet does not exist or has been deleted.
# @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid.
# @return [Array<Twitter::Tweet>] The favorited Tweets.
# @overload favorite(*tweets)
# @overload favorite!(*tweets)
# @param tweets [Enumerable<Integer, String, URI, Twitter::Tweet>] A collection of Tweet IDs, URIs, or objects.
# @overload favorite(*tweets, options)
# @overload favorite!(*tweets, options)
# @param tweets [Enumerable<Integer, String, URI, Twitter::Tweet>] A collection of Tweet IDs, URIs, or objects.
# @param options [Hash] A customizable set of options.
def favorite!(*args)
Expand Down

0 comments on commit 4ccdd9d

Please sign in to comment.