class SysLibDetector::GemsCollector

Class responsible for collecting the projects' local gems

Public Class Methods

get_all() click to toggle source

Getting all the projects' local gems

# File lib/sys_lib_detector/gems_collector.rb, line 9
def self.get_all
        Bundler.load.specs.map(&:name)
end