module Github::Gists::Comments
def gist_comment(comment_id, params={})
@github.gists.gist_comment 'comment-id'
@github = Github.new
= Examples
Get a single comment
def gist_comment(comment_id, params={}) _normalize_params_keys(params) get("/gists/comments/#{comment_id}", params) end