Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
content=(value)
public
Sets the content of
this node to value.
# File ext/json/lib/json/editor.rb, line 200
def content=(value)
self[CONTENT_COL] = value
end