Method: Hub::GitHubAPI::HttpMethods#get

Defined in:
lib/hub/github_api.rb

#get(url, &block) ⇒ Object



134
135
136
# File 'lib/hub/github_api.rb', line 134

def get url, &block
  perform_request url, :Get, &block
end