# File lib/ruote/exp/ro_attributes.rb, line 139
    def att_text(workitem=h.applied_workitem)

      text = attributes.keys.find { |k| attributes[k] == nil }

      text ? dsub(text.to_s, workitem) : nil
    end