bundle_grep

Adicionar ao shell rc:

# Search all bundled gems for a term
bundle_grep
() {
grep
--color -r "$@" $(bundle show --paths)
}