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

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

      Ruote.dosub(text.to_s, self, workitem)
    end