Sha256: 18c13e654de7e56442c56160aa0dac21e82e549e3d461c8e207de8feb28a7930
Contents?: true
Size: 163 Bytes
Versions: 42
Compression:
Stored size: 163 Bytes
Contents
module Gem def self.gem_available?(gem_name) begin Gem::Specification::find_by_name(gem_name) rescue Gem::LoadError false end end end
Version data entries
42 entries across 42 versions & 1 rubygems