Module: Console::Output::JSON

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

Class Method Summary collapse

Class Method Details

.new(output, **options) ⇒ Object



26
27
28
# File 'lib/console/output/json.rb', line 26

def self.new(output, **options)
	Serialized::Logger.new(output, format: ::JSON, **options)
end