Method: Library::Domain#prime
- Defined in:
- lib/library/domain.rb
#prime(*paths) ⇒ Object
Load up the ledger with a given set of paths.
223 224 225 |
# File 'lib/library/domain.rb', line 223 def prime(*paths) $LEDGER.prime(*paths) end |