Class: Pronto::GemNames

Inherits:
Object
  • Object
show all
Defined in:
lib/pronto/gem_names.rb

Instance Method Summary collapse

Instance Method Details

#to_aObject



3
4
5
# File 'lib/pronto/gem_names.rb', line 3

def to_a
  gems.map { |gem| gem.name.sub(/^pronto-/, '') }.uniq.sort
end