Method: Arrow::Config::Loader#save
- Defined in:
- lib/arrow/config.rb
#save(confighash, name) ⇒ Object
Save configuration values from the given confighash to the storage medium associated with the given name (e.g., filename, rowid, etc.) and return them.
585 586 587 588 |
# File 'lib/arrow/config.rb', line 585 def save( confighash, name ) raise NotImplementedError, "required method 'save' not implemented in '#{self.class.name}'" end |