Results for: "String#[]"

UNTESTED

No documentation available
No documentation available

Returns this attribute out as XML source, expanding the name

a = Attribute.new( "x", "y" )
a.to_string     # -> "x='y'"
b = Attribute.new( "ns:x", "y" )
b.to_string     # -> "ns:x='y'"
No documentation available

Sanitize a single string.

A node-set is converted to a string by returning the concatenation of the string-value of each of the children of the node in the node-set that is first in document order. If the node-set is empty, an empty string is returned.

Generates a random string of length len

Generates a random string of length len

Passes each grapheme cluster in str to the given block, or returns an enumerator if no block is given. Unlike String#each_char, this enumerates by grapheme clusters defined by Unicode Standard Annex #29 unicode.org/reports/tr29/

"a\u0300".each_char.to_a.size #=> 2
"a\u0300".each_grapheme_cluster.to_a.size #=> 1

A convenience method to access the values like a Hash

No documentation available
No documentation available
No documentation available

Retrieves the header at the first entry in key

No documentation available
No documentation available
No documentation available

Returns a status string for the response.

Returns the error string corresponding to the error code retrieved by error.

No documentation available

Returns the value returned by method name.

No documentation available
No documentation available

Returns the octet string representation of the elliptic curve point.

conversion_form specifies how the point is converted. Possible values are:

Search took: 4ms  ·  Total Results: 3008