class Phlex::HTML

def yield_content_with_args(*args)

def yield_content_with_args(*args)
unless block_given?
l_length = @_target.length
 = yield(*args)
ed = (original_length == @_target.length)
anged
ontent
tring
get << ERB::Util.html_escape(content)
ymbol
get << ERB::Util.html_escape(content.name)
nteger, Float
get << ERB::Util.html_escape(content.to_s)
ormatted_object = format_object(content))
rget << ERB::Util.html_escape(formatted_object)