54 55 56
# File 'lib/rbs/collection/config.rb', line 54 def gem(gem_name) gems.find { |gem| gem['name'] == gem_name } end