Skip to content

Instantly share code, notes, and snippets.

@marka2g
Created March 18, 2013 00:44
Show Gist options
  • Save marka2g/5184318 to your computer and use it in GitHub Desktop.
Save marka2g/5184318 to your computer and use it in GitHub Desktop.
this is a test
tweet = Tweet.new('Ruby Bits!')
success = -> { puts "Sent!"}
error = -> { raise 'Auth Error' }
tweet.post(success, post)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment