Skip to content

Instantly share code, notes, and snippets.

@zph
Created February 22, 2013 04:10
Show Gist options
  • Save zph/5010649 to your computer and use it in GitHub Desktop.
Save zph/5010649 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
`gem list | cut -d'(' -f1`.split("\n").map(&:rstrip).each { |g| `gem rdoc #{g} --rdoc --overwrite` ; puts "#{g} rdoc generated"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment