# File lib/json/editor.rb, line 189 189: def type=(value) 190: self[TYPE_COL] = value 191: self[ICON_COL] = Editor.fetch_icon(value) 192: end