Object
# File tk/lib/tk.rb, line 1422 def initialize(id) @id = id @mutex = Mutex.new end
# File tk/lib/tk.rb, line 1429 def method_missing(m, *args, &b) TkCore::INTERP.tk_object_table(@id).__send__(m, *args, &b) end
# File tk/lib/tk.rb, line 1426 def mutex @mutex end
This page was generated for Ruby 2.2.10
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.