issetugid

Process::Sys.issetugid â true or false Class Public methods Returns true if the process was created as a result of an execve(2) system call which had either of the setuid or setgid bits set (and extra privileges were given as a result) or if it has changed any of its real, effective or saved user or group IDs since it began execution.

===

d === other â bool Instance Public methods Returns true if they are the same day. Date.new(2001,2,3) === Date.new(2001,2,3) #=> true Date.new(2001,2,3) === Date.new(2001,2,4) #=> false DateTime.new(2001,2,3) === DateTime.new(2001,2,3,12) #=> true DateTime.new(2001,2,3) === DateTime.new(2001,2,3,0,0,0,'+24:00') #=> true DateTime.new(2

value=

value=(val) Instance Public methods Also aliased as: set

key?

hsh.key?(key) â true or false Instance Public methods Returns true if the given key is present in hsh. h = { "a" => 100, "b" => 200 } h.has_key?("a") #=> true h.has_key?("z") #=> false

xml

xml() Instance Public methods BSTR xml return the XML source for the node and each of its descendants

editwinpath

editwinpath() Instance Public methods

withdraw

withdraw() Instance Public methods

api_key

api_key() Instance Public methods

inuse

inuse() Instance Public methods

test_errors_aref

test_errors_aref() Instance Public methods Errors Testing Returns an object that implements [](attribute) defined which returns an Array of Strings that are the errors for the attribute in question. If localization is used, the Strings should be localized for the current locale. If no error is present, this method should return an empty Array.