module Console::Format
@namespace
Public Class Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/console-1.30.2/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]