Method: Octokit::Client::Gists#star_gist
- Defined in:
- lib/octokit/client/gists.rb
#star_gist(gist, options = {}) ⇒ Boolean
Star a gist
114 115 116 |
# File 'lib/octokit/client/gists.rb', line 114 def star_gist(gist, = {}) boolean_from_response :put, "gists/#{Gist.new(gist)}/star", end |