Method: Bookfile::Bookfile#dump
- Defined in:
- lib/bookfile/bookfile.rb
#dump ⇒ Object
95 96 97 98 99 100 101 |
# File 'lib/bookfile/bookfile.rb', line 95 def dump ## ## for debugging dump datasets (note: will/might also check if zip exits) ## logger.info( "[datafile] dump datasets (for debugging)" ) ## @datasets.each do |dataset| ## dataset.dump() ## end end |