even?

int.even? â true or false Instance Public methods Returns true if int is an even number.

appendChild

appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]

configcelllist

configcelllist(lst) Instance Public methods Also aliased as: config_celllist

delete

delete(*glob_pats) Instance Public methods

middle_of_day

middle_of_day() Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the middle of the day (12:00) midday noon at_midday at_noon at_middle_of_day

transformNodeToObject

transformNodeToObject(arg0, arg1) Instance Public methods VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]

anyUnreadDescendants

anyUnreadDescendants(t, i) Instance Public methods

clone

obj.clone â an_object Instance Public methods Produces a shallow copy of objâthe instance variables of obj are copied, but not the objects they reference. Copies the frozen and tainted state of obj. See also the discussion under Object#dup. class Klass attr_accessor :str end s1 = Klass.new #=> #<Klass:0x401b3a38> s1.str = "Hello" #=> "Hello" s2 = s1.clone #=> #<Klass:0x401b3998 @str="Hello"> s2.str[1,4] = "i" #=> "i" s1.inspect #

test_a_bad_type_column

test_a_bad_type_column() Instance Public methods

cache

cache() Instance Public methods Returns the cached prime numbers. primes primes_so_far