Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
TkObject
# File tk/lib/tk/namespace.rb, line 189 def initialize(scope, use_obj_id = false) @scope = scope + ' ' @use_obj_id = use_obj_id end
# File tk/lib/tk/namespace.rb, line 199 def call(*args) ret = TkCore::INTERP._eval_without_enc(@scope + array2tk_list(args)) if @use_obj_id ret = TkNamespace::Tk_NsCode_RetObjID_TBL.delete(ret.to_i) end ret end
# File tk/lib/tk/namespace.rb, line 193 def path @scope end
# File tk/lib/tk/namespace.rb, line 196 def to_eval @scope 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.