Difference between revisions of "Ruby"

From Blue-IT.org Wiki

(Created page with "== Gems == Uninstall all gems gem list | cut -d" " -f1 | awk '{system("gem uninstall -aIx" $0)}'")
 
(No difference)

Latest revision as of 18:02, 3 May 2015

Gems

Uninstall all gems

gem list | cut -d" " -f1 | awk '{system("gem uninstall -aIx" $0)}'