Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 46 def back tk_call(@path, 'back') self end
# File tk/lib/tkextlib/iwidgets/hyperhelp.rb, line 36 def follow_link(href) tk_call(@path, 'followlink', href) self end