Module: SystemBrowser::Helpers::GemServiceHelper

Included in:
Services::BehaviourService, Services::GemService
Defined in:
lib/system_browser/helpers/gem_service_helper.rb

Instance Method Summary collapse

Instance Method Details

#all_gemsObject



4
5
6
# File 'lib/system_browser/helpers/gem_service_helper.rb', line 4

def all_gems
  Gem.loaded_specs
end

#find_gem(gem_name) ⇒ Object



8
9
10
# File 'lib/system_browser/helpers/gem_service_helper.rb', line 8

def find_gem(gem_name)
  self.all_gems[gem_name]
end