# File lib/ruote/receiver/base.rb, line 154
    def get (fei, key=nil)

      fexp = Ruote::Exp::FlowExpression.fetch(@context, fei.to_h)

      stash = fexp.h['stash'] rescue {}

      key ? stash[key] : stash
    end