get_valid_ip() Instance Public methods Return the valid IP addresses that are allowed to connect to the server. See also, #set_valid_ip
fcntl(*args) Instance Public methods
partial_with_form_builder() Instance Public methods
status() Instance Public methods
stackorder_is_below(target) Instance Public methods Alias for: stackorder_isbelow
mtch.regexp â regexp Instance Public methods Returns the regexp. m = /a.*b/.match("abc") m.regexp #=> /a.*b/
subclasses() Instance Public methods Returns an array with the direct children of self. Integer.subclasses # => [Fixnum, Bignum] class Foo; end class Bar < Foo; end class Baz < Bar; end Foo.subclasses # => [Bar]
on_cdata(str) Instance Public methods
WIN32OLE_TYPE#helpstring #=> help string. Instance Public methods Returns help string. tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser') puts tobj.helpstring # => Web Browser interface
log2(z) Class Public methods returns the base 2 logarithm of z log2!
Page 1867 of 2275