# File lib_wpm/wpm.rb, line 2718 def make_attr_desc super{|attr_desc| if (@properties.readonly) then attr_desc += ' readonly="readonly"' end yield(attr_desc) } nil end