Method: Folio::Shell#stage
- Defined in:
- lib/folio/shell.rb
#stage(stage_directory, files) ⇒ Object
359 360 361 362 363 |
# File 'lib/folio/shell.rb', line 359 def stage(stage_directory, files) dir = localize(stage_directory) files = localize(files) fileutils.stage(dir, files) end |