# File lib/ruote/exp/ro_attributes.rb, line 130
    def expand_atts (opts={})

      attributes.keys.inject({}) { |r, k|
        kk = Ruote.dosub(k, self, h.applied_workitem)
        r[kk] = attribute(k, h.applied_workitem, opts)
        r
      }
    end