layout(style=nil, spec=nil) Class Public methods
thr.keys â array Instance Public methods Returns an an array of the names of the fiber-local variables (as Symbols). thr = Thread.new do Thread.current[:cat] = 'meow' Thread.current["dog"] = 'woof' end thr.join #=> #<Thread:0x401b3f10 dead> thr.keys #=> [:dog, :cat]
window_configinfo(tagOrId, slot=nil) Instance Public methods
mtch.size â integer Instance Public methods Returns the number of elements in the match array. m = /(.)(.)(\d+)(\d)/.match("THX1138.") m.length #=> 5 m.size #=> 5
trace_vdelete(opts,cmd) Instance Public methods Alias for: trace_remove
unshift(*args, &block) Instance Public methods
strio.getc â string or nil Instance Public methods See IO#getc.
rename_column_indexes(table_name, column_name, new_column_name) Instance Protected methods
ENV.index(value) â key Class Public methods Deprecated method that is equivalent to ::key
configinfo(slot = nil) Instance Public methods def configure(slot, value) tk_call @t.path, 'image', 'configure', @index, "-#{slot}", value end
Page 1813 of 2275