Method: Arrow::Config#loader
- Defined in:
- lib/arrow/config.rb
#loader ⇒ Object
Fetch the loader from this config object, or create an instance of the default one if none is yet associated with it.
245 246 247 |
# File 'lib/arrow/config.rb', line 245 def loader @loader ||= self.class.get_loader end |