Method: Gloo::App::Engine#run_files
- Defined in:
- lib/gloo/app/engine.rb
#run_files ⇒ Object
Run files specified on the CLI. Then quit.
86 87 88 89 |
# File 'lib/gloo/app/engine.rb', line 86 def run_files @args.files.each { |f| @persist_man.load( f ) } quit end |