Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created February 24, 2009 05:09
Show Gist options
  • Select an option

  • Save jsmestad/69427 to your computer and use it in GitHub Desktop.

Select an option

Save jsmestad/69427 to your computer and use it in GitHub Desktop.
def display
result = open(gist_url).read
return result.scan(/document.write\('(.*|\s*)'\)/)[1][0]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment