Is there a Ruby method I can call to get the list of installed gems?
I want to parse the output of gem list. Is there a different way to do this?
gem list
This lists all the gems I have installed.
gem query --local
http://guides.rubygems.org/command-reference/#gem-list
See 2.7 Listing all installed gems
1.4m articles
1.4m replys
5 comments
57.0k users