Skip to content

Instantly share code, notes, and snippets.

@4rc0s
Created November 16, 2008 06:54
Show Gist options
  • Save 4rc0s/25423 to your computer and use it in GitHub Desktop.
Save 4rc0s/25423 to your computer and use it in GitHub Desktop.
def write(content, private_gist)
url = URI.parse('http://gist.github.com/gists')
req = Net::HTTP.post_form(url, data(nil, nil, content, private_gist))
copy req['Location']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment