module Console::Output::JSON

Public Class Methods

new(output, **options) click to toggle source
# File lib/console/output/json.rb, line 26
def self.new(output, **options)
        Serialized::Logger.new(output, format: ::JSON, **options)
end