Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Object
# File tk/lib/tk.rb, line 1418 def initialize(id) @id = id @mutex = Mutex.new end
# File tk/lib/tk.rb, line 1425 def method_missing(m, *args, &b) TkCore::INTERP.tk_object_table(@id).__send__(m, *args, &b) end
# File tk/lib/tk.rb, line 1422 def mutex @mutex end
This page was generated for Ruby 1.9.3
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.