Method: Console::Output::Wrapper#initialize

Defined in:
lib/console/output/wrapper.rb

#initialize(delegate, **options) ⇒ Wrapper

Create a new wrapper output.



14
15
16
# File 'lib/console/output/wrapper.rb', line 14

def initialize(delegate, **options)
	@delegate = delegate
end