Object
# File tk/lib/tk.rb, line 1406 def initialize(id) @id = id @mutex = Mutex.new end
# File tk/lib/tk.rb, line 1413 def method_missing(m, *args, &b) TkCore::INTERP.tk_object_table(@id).__send__(m, *args, &b) end
# File tk/lib/tk.rb, line 1410 def mutex @mutex end
This page was generated for Ruby 1.9.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with the Rubydoc Rdoc Generator 0.9.3.