Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
# File tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 21 def get_output tk_call(@path, 'getoutput') end
# File tk/lib/tkextlib/iwidgets/canvasprintdialog.rb, line 25 def print bool(tk_call(@path, 'print')) end