class Phlex::SGML
def unsafe_raw(content = nil)
-
(nil)-
Parameters:
-
content(String|nil) --
def unsafe_raw(content = nil) return nil unless content context = @_context return if context.fragments && !context.in_target_fragment context.buffer << content nil end