Class: Tcl::ArrayVar
Constant Summary
Constants inherited from Var
Instance Attribute Summary
Attributes inherited from Var
Instance Method Summary collapse
Methods inherited from Var
Methods included from InterpHelper
#_, #_!, included, #method_missing
Constructor Details
This class inherits a constructor from Tcl::Var
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tcl::InterpHelper
Instance Method Details
#to_tcl ⇒ Object
50 51 52 |
# File 'lib/tcl/var.rb', line 50 def to_tcl _(:array, :set, name, value) end |
#value ⇒ Object
46 47 48 |
# File 'lib/tcl/var.rb', line 46 def value _!(:array, :get, name) end |