Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Created June 6, 2012 00:55
Show Gist options
  • Save garybernhardt/2879190 to your computer and use it in GitHub Desktop.
Save garybernhardt/2879190 to your computer and use it in GitHub Desktop.
def tweet(o)
match(o) {
with(o.name == "garybernhardt") { raise TrollError }
with(Image i) { tweet ShortLink.for_image(i) }
with(Text t) { actually_tweet_here }
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment