Class: Ecogem::Config::Entries::GitSources
- Inherits:
-
Util::Config::Entry
- Object
- Util::Config::Entry
- Ecogem::Config::Entries::GitSources
- Defined in:
- lib/ecogem/config/entries/git_sources.rb
Instance Attribute Summary
Attributes inherited from Util::Config::Entry
Instance Method Summary collapse
Methods inherited from Util::Config::Entry
Constructor Details
This class inherits a constructor from Ecogem::Util::Config::Entry
Instance Method Details
#parse(data) ⇒ Object
5 6 7 |
# File 'lib/ecogem/config/entries/git_sources.rb', line 5 def parse(data) (data || []).map{|i| ::Ecogem::Config::GitSource.new(i)} end |