class Marten::Template::SafeString
- Marten::Template::SafeString
- Reference
- Object
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.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #to_s(io)
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).