advanced code snippet search
vanne on 08/23/07
Bash ruby
08/23/07 02:30pm
#Useful shortcut for find a gemfind_gem () { gem list | grep "$1"; }
Report this snippet Tweet
Comment:
You need to login to post a comment.