# File lib/ruote/exp/ro_on_x.rb, line 53
    def self.dummy(h)

      class << h; include Ruote::HashDot; end

      fe = self.allocate
      fe.instance_variable_set(:@h, h)

      fe
    end