class Phlex::Component

def text(content)

def text(content)
  @_target << CGI.escape_html(content)
  nil
end