Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
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 a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.