Method: Datafile::FileWorker#calc
- Defined in:
- lib/datafile/workers/file/worker.rb
#calc ⇒ Object
23 24 25 26 27 |
# File 'lib/datafile/workers/file/worker.rb', line 23 def calc @datafile.scripts.each do |script| script.call end end |