module Format
Nested
Definitions
def self.default
A safe format for converting objects to strings.
Signature
-
returns
Console::Format::Safe
Implementation
def self.default
Safe.new(format: ::JSON)
end