TclTkObject
class TclTkCommand: tcl/tk commands you should not call TclTkObject.new commands are created by TclTkInterpreter:initialize()
e(*args): execute command. returns String (e is for exec or eval)
*args: command arguments
# File tk/lib/tcltk.rb, line 206 def e(*args) return @ip._eval_args(to_s(), *args) end
This page was generated for Ruby 2.2.10
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.