# File lib/ruote/exp/fe_echo.rb, line 41
    def apply

      text = "#{attribute(:text) || attribute_text}\n"

      if t = @context['s_tracer']
        t << text
      else
        print(text)
      end

      reply_to_parent(h.applied_workitem)
    end