Results for: "tally"

Returns normalized URI.

require 'uri'

URI("HTTP://my.EXAMPLE.com").normalize
#=> #<URI::HTTP http://my.example.com/>

Normalization here means:

Destructive version of normalize.

Checks if URI has a path. For URI::LDAP this will return false.

Returns an array of values from the database.

Returns true if the process terminated because of an uncaught signal, false otherwise.

Returns the least significant eight bits of the return code of the process if it has exited; nil otherwise:

`exit 99`
$?.exitstatus # => 99
No documentation available

Wakes up the first thread in line waiting for this lock.

Returns a new Array containing all values in the map.

Creates an array of handlers for the given libs, can be an instance of Fiddle::Handle, Fiddle::Importer, or will create a new instance of Fiddle::Handle using Fiddle.dlopen

Raises a DLError if the library cannot be loaded.

See Fiddle.dlopen

Sets the type alias for alias_type as orig_type

No documentation available

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.

Return true if the PRNG has been seeded with enough data, false otherwise.

Start streaming using encoding

Generate a TextArea element, as a String.

name is the name of the textarea. cols is the number of columns and rows is the number of rows in the display.

Alternatively, the attributes can be specified as a hash.

The body is provided by the passed-in no-argument block

textarea("name")
   # = textarea("NAME" => "name", "COLS" => 70, "ROWS" => 10)

textarea("name", 40, 5)
   # = textarea("NAME" => "name", "COLS" => 40, "ROWS" => 5)
No documentation available
No documentation available

Create a new AliasMethodNode node

Create a new AlternationPatternNode node

Create a new BlockLocalVariableNode node

Create a new ClassVariableTargetNode node

Create a new ConstantOperatorWriteNode node

Create a new ConstantOrWriteNode node

Create a new ConstantPathAndWriteNode node

Search took: 3ms  ·  Total Results: 1835