# File lib/ruote/exp/flowexpression.rb, line 103
    def h= (hash)
      @h = hash
      class << h
        include Ruote::HashDot
      end
    end