# File lib_wpm/wpm.rb, line 2462 def set_property(name, attr_map, value) case (name) when 'for' @for_id = get_property(attr_map, value, 'string', 'accessor', 'eval') when 'string' @string = get_property(attr_map, value, 'string', 'accessor', 'eval') else raise PropertyError, "unknown property: #{name.inspect}: at #{widget_id.inspect}" end nil end