module Console::Format
@namespace
Public Class Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/console-1.34.3/lib/console/format.rb, line 13 def self.default Safe.new(format: ::JSON) end
A safe format for converting objects to strings.
@returns [Console::Format::Safe]