Method: BaseFormatter#output
- Defined in:
- lib/dendroid/formatters/base_formatter.rb
#output ⇒ IO (readonly)
The IO output stream in which the formatter’s result will be sent.
7 8 9 |
# File 'lib/dendroid/formatters/base_formatter.rb', line 7 def output @output end |