Method: Arrow::Config::Loader#load
- Defined in:
- lib/arrow/config.rb
#load(name) ⇒ Object
Load configuration values from the storage medium associated with the given name (e.g., filename, rowid, etc.) and return them in the form of a (possibly multi-dimensional) Hash.
576 577 578 579 |
# File 'lib/arrow/config.rb', line 576 def load( name ) raise NotImplementedError, "required method 'load' not implemented in '#{self.class.name}'" end |