# File lib/ruote/part/code_participant.rb, line 42
    def context=(con)

      @context = con

      @context.treechecker.code_check(@opts['code'])

      instance_eval(@opts['code'])

      #instance_eval do
      #  alias code_consume consume
      #  def consume(workitem)
      #    code_consume(workitem)
      #  rescue => e
      #    raise e
      #  end
      #  # what about doing that with other methods
      #end
    end