module IRuby::Display

Public Class Methods

clear_output(wait=false) click to toggle source
# File lib/daru/td/iruby/display.rb, line 6
def self.clear_output(wait=false)
  IRuby::Kernel.instance.session.send(:publish, :clear_output, {wait: wait})
end