Method: Sym::App::CLI#output_proc
- Defined in:
- lib/sym/app/cli.rb
#output_proc(proc = nil) ⇒ Object
132 133 134 135 136 137 138 |
# File 'lib/sym/app/cli.rb', line 132 def output_proc(proc = nil) if self.application self.application.output = proc if proc return self.application.output end nil end |