/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#Useful shortcut for find a gem find_gem () { gem list | grep "$1"; }