module ScrapCbf::Printable

Outputs data to stdout through kernel#puts. Useful for debugging entities.

Public Instance Methods

print(pretty = true) click to toggle source

Outputs data in JSON format

@param [Boolean] pretty for use JSON#pretty_generate or not. @return [Nil]