Classes: Printer
Yields:
7 8 9
# File 'lib/ey-core/cli/helpers/stream_printer.rb', line 7 def stream_print(opts) yield Printer.new(opts) end