end_accepting

end_accepting() Instance Public methods Returns an Array of items that were wrapped in plus, tt or code.

row_vector

row_vector(row) Class Public methods Creates a single-row matrix where the values of that row are as given in row. Matrix.row_vector([4,5,6]) => 4 5 6

call 2

call(*args) Instance Public methods def #eval_proc(*args) # The scope of the eval-block of 'eval_proc' method is different from # the external. If you want to pass local values to the eval-block, # use arguments of eval_proc method. They are passed to block-arguments. if block_given? cmd = Proc.new else unless (cmd = args.shift) fail ArgumentError, "A Proc or Method object is expected for 1st argument" end end if TclTkLib.mainloop_thread? == true # call from eventloop

whitespace

whitespace() Instance Public methods Evaluates to true if whitespace is respected for this element. This is the case if: Neither :respect_whitespace nor :compress_whitespace has any value The context has :respect_whitespace set to :all or an array containing the name of this element, and :compress_whitespace isn't set to :all or an array containing the name of this element. The evaluation is tested against expanded_name, and so is namespace sensitive.

scheme_list

scheme_list() Class Public methods Returns a Hash of the defined schemes

bytes

bytes() Instance Public methods This is a deprecated alias for each_byte.

invoke

WIN32OLE#invoke(method, [arg1,...]) => return value of method. Instance Public methods Runs OLE method. The first argument specifies the method name of OLE Automation object. The others specify argument of the method. If you can not execute method directly, then use this method instead. excel = WIN32OLE.new('Excel.Application') excel.invoke('Quit') # => same as excel.Quit

lastChild

lastChild() Instance Public methods IXMLDOMNode lastChild first child of the node

body

body() Instance Public methods Returns the request body.

add_value

add_value(section, key, value) Instance Public methods