class Phlex::Compiler::Generators::Content
def bare_string_value
def bare_string_value @formatter.append do |f| f.text Hescape.escape_html( @content.parts.first.value ) end end
def bare_string_value @formatter.append do |f| f.text Hescape.escape_html( @content.parts.first.value ) end end