Create an output with the given output and options.
57 58 59
# File 'lib/console/config.rb', line 57 def make_output(io = nil, env = ENV, **options) Output.new(io, env, **options) end