Skip to content

Instantly share code, notes, and snippets.

@jtrim
Created July 2, 2012 18:05
Show Gist options
  • Select an option

  • Save jtrim/3034634 to your computer and use it in GitHub Desktop.

Select an option

Save jtrim/3034634 to your computer and use it in GitHub Desktop.
Bookmarklet for opening rubydoc.info rubygem documentation.
<a href="javascript:window.open('http://rubydoc.info/gems/' + prompt('Gem name:') + '/frames');">Gem Docs</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment