Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 36 def import(href) tk_call(@path, 'import', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 41 def import_link(href) tk_call(@path, 'import', '-link', href) self end
# File tk/lib/tkextlib/iwidgets/scrolledhtml.rb, line 46 def pwd tk_call(@path, 'pwd') end