ruby / shellbundle_grepAdicionar ao shell rc:# Search all bundled gems for a termbundle_grep() { grep --color -r "$@" $(bundle show --paths)}