class Temple::Core::StringBuffer

def on_dynamic(code)

def on_dynamic(code)
  if @options[:check_literal] && Utils.literal_string?(code)
    code
  else
    "(#{code}).to_s"
  end
end