Results for: "partition"

Returns the birth time for the file. If the platform doesn’t have birthtime, raises NotImplementedError.

See File.birthtime.

Returns the list of waiting threads.

When stepping through the traces of a function, thread gets suspended, to be resumed later.

Creates an n by n identity matrix.

Matrix.identity(2)
  => 1 0
     0 1

Returns true if this is an hermitian matrix. Raises an error if matrix is not square.

Sets the process title that appears on the ps(1) command. Not necessarily effective on all platforms. No exception will be raised regardless of the result, nor will NotImplementedError be raised even if the platform does not support the feature.

Calling this method does not affect the value of $0.

Process.setproctitle('myapp: worker #%d' % worker_id)

This method first appeared in Ruby 2.1 to serve as a global variable free means to change the process title.

Reads at most maxlen bytes from the gziped stream but it blocks only if gzipreader has no data immediately available. If the optional outbuf argument is present, it must reference a String, which will receive the data. It raises EOFError on end of file.

No documentation available
No documentation available
No documentation available

Similar to read, but raises EOFError at end of string instead of returning nil, as well as IO#sysread does.

Reads at most maxlen bytes from the stream. If buf is provided it must reference a string which will receive the data.

See IO#readpartial for full details.

Returns whether the form contained multipart/form-data

No documentation available

Returns the destination encoding as an encoding object.

Returns the destination encoding as an encoding object.

Returns the destination encoding as an Encoding object.

Set the entity expansion limit. By default the limit is set to 10000.

Deprecated. Use REXML::Security.entity_expansion_limit= instead.

Get the entity expansion limit. By default the limit is set to 10000.

Deprecated. Use REXML::Security.entity_expansion_limit= instead.

No documentation available

Set the entity expansion limit. By default the limit is set to 10000.

Get the entity expansion limit. By default the limit is set to 10000.

No documentation available

Clear recorded tracing information.

Get the names of all sections in the current configuration

Get the indentation level.

Search took: 4ms  ·  Total Results: 2971