Class: Ecogem::Gitsfile::Entries::Keys
- Inherits:
-
Util::Config::Entry
- Object
- Util::Config::Entry
- Ecogem::Gitsfile::Entries::Keys
- Defined in:
- lib/ecogem/gitsfile/entries/keys.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/gitsfile/entries/keys.rb', line 5 def parse(data) (data || []).dup end |
#unparse(value) ⇒ Object
9 10 11 |
# File 'lib/ecogem/gitsfile/entries/keys.rb', line 9 def unparse(value) value.dup end |