class Marten::Template::SafeString

Overview

A template safe string.

A safe string is simply an object wrapping a string ; it indicates that the underlying string is "safe" and that it should not be automatically escaped at rendering time.

Defined in:

marten/template/safe_string.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(string : String) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def to_s(io) #

[View source]