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 when Integer then content.to_s else format_object(content) || 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 when Integer then content.to_s else format_object(content) || content.to_s end ) nil end