Method: Nginxtra::Error::Base#output
- Defined in:
- lib/nginxtra/error.rb
#output(thor) ⇒ Object
10 11 12 13 |
# File 'lib/nginxtra/error.rb', line 10 def output(thor) = @options || { header: } Nginxtra::Error.print_error thor, end |