class Phlex::HTML
def text(content)
def text(content) @_target << ERB::Util.html_escape( case content when String then content when Symbol then content.name else content.to_s end ) nil end
def text(content) @_target << ERB::Util.html_escape( case content when String then content when Symbol then content.name else content.to_s end ) nil end