Remove unnecessary block.
This commit is contained in:
parent
4b804389e1
commit
133e5ddf6a
@ -234,7 +234,7 @@ module GitHub
|
||||
end
|
||||
|
||||
def repository(user, repo)
|
||||
open(URI.parse("#{API_URL}/repos/#{user}/#{repo}")) { |j| j }
|
||||
open(URI.parse("#{API_URL}/repos/#{user}/#{repo}"))
|
||||
end
|
||||
|
||||
def search_code(*params)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user