Method: Console::Config#make_output

Defined in:
lib/console/config.rb

#make_output(io = nil, env = ENV, **options) ⇒ Object

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