Skip to content

Commit

Permalink
to_ary will be deprecated after 1.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Dec 12, 2010
1 parent 4ed6b99 commit fccf92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gyazo.app/Contents/Resources/script
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ header ={

Net::HTTP.start(HOST,80){|http|
res = http.post(CGI,data,header)
url = res.response.to_ary[1]
url = res.response.body
system "echo -n #{url} | pbcopy"
system "open #{url}"

Expand Down

0 comments on commit fccf92b

Please sign in to comment.