Method: BooticCli::CLI#runner
- Defined in:
- lib/bootic_cli/cli.rb
#runner(filename) ⇒ Object
150 151 152 153 154 155 156 |
# File 'lib/bootic_cli/cli.rb', line 150 def runner(filename) require 'bootic_cli/file_runner' logged_in_action do FileRunner.run(root, filename) end end |