struct Crinja::Finalizer

Overview

This class is used to process the result of a variable expression before it is output. It tries to convert values to a meaningful string represenation similar to what Object#to_s does but with a few adjustments compared to Crystal standard to_s methods.

Defined in:

runtime/finalizer.cr

Class Method Summary

Class Method Detail

def self.stringify(io : IO, raw, escape = false, in_struct = false) #

[View source]
def self.stringify(raw, escape = false, in_struct = false) #

[View source]