gem

gem(name, *reqs) Instance Public methods Declare that a gem of name name with reqs requirements is needed.

unpost

unpost() Instance Public methods

load_seed

load_seed() Instance Public methods

new

new(interp, pr, arg = nil) Class Public methods initialize(interp, pr, arg): interp: interpreter(TclTkInterpreter) pr: callback procedure(Proc) arg: string to pass as block parameters of pr bind command of tcl/tk uses % replacement for parameters pr can receive replaced data using block parameter its format is specified by arg string You should not specify arg for the command like scrollbar with -command option, which receives parameters without specifying a

value

value() Instance Public methods Return the object which makes up the tuple itself: the Array or Hash.

new

WIN32OLE_VARIANT.new(val, vartype) #=> WIN32OLE_VARIANT object. Class Public methods Returns Ruby object wrapping OLE variant. The first argument specifies Ruby object to convert OLE variant variable. The second argument specifies VARIANT type. In some situation, you need the WIN32OLE_VARIANT object to pass OLE method shell = WIN32OLE.new("Shell.Application") folder = shell.NameSpace("C:\\Windows") item = folder.ParseName("tmp.txt") # You can't use Ruby String object to call Fo

new

new(gem, options = {}) Class Public methods Constructs an uninstaller that will uninstall gem

blt_table_itemconfiginfo

blt_table_itemconfiginfo(*args) Instance Public methods

new

new() Class Public methods

rfc822

Date.rfc822(string='Mon, 1 Jan -4712 00:00:00 +0000'[, start=ITALY]) â date Class Public methods Creates a new Date object by parsing from a string according to some typical RFC 2822 formats. Date.rfc2822('Sat, 3 Feb 2001 00:00:00 +0000') #=> #<Date: 2001-02-03 ...>