Ktistec::SafeHTML
Inherits Struct < Value < Object
A String wrapper marking HTML markup safe to emit raw into HTML
data slots (text content, between tags). Not admissible into
attribute slots — SafeAttrValue covers that.
Constructors
Instance methods
==(other : SafeHTML) : Bool
Source==(other : String) : Bool
Source=~(other : Regex)
Sourceempty?(*args, **options)
Sourceempty?(*args, **options, &)
Sourceincludes?(*args, **options)
Sourceincludes?(*args, **options, &)
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Sourceto_json(*args, **options)
Sourceto_json(*args, **options, &)
Sourceto_s(*args, **options)
Sourceto_s(*args, **options, &)
Source