struct Crinja::Finalizer
- Crinja::Finalizer
- Struct
- Value
- Object
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.crClass Method Summary
- .stringify(io : IO, raw, escape = false, in_struct = false)
- .stringify(raw, escape = false, in_struct = false)