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