module Format
Nested Classes and Modules
class SafeA safe format for converting objects to strings.
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