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.
display_status(text)
public
Displays text in the status bar.
# File ext/json/lib/json/editor.rb, line 1133
def display_status(text)
@cid ||= nil
@status_bar.pop(@cid) if @cid
@cid = @status_bar.get_context_id('dummy')
@status_bar.push(@cid, text)
end