Results for: "OptionParser"

Returns true if dlclose() will be called when this handle is garbage collected.

See man(3) dlclose() for more info.

accessor to Fiddle::CStructEntity

accessor to Fiddle::CUnionEntity

Calculates the offsets and sizes for the given types in the struct.

Calculate the necessary offset and for each union member with the given types

Get the underlying pointer for ruby object val and return it as a Fiddle::Pointer object.

No documentation available
No documentation available
No documentation available
No documentation available

Parameters

bn.set_bit!(bit) -> self

bn.clear_bit!(bit) -> self

Returns boolean of whether bit is set. Bitwise operations for openssl BIGNUMs.

bn.bit_set?(bit) => true | false
No documentation available
No documentation available

Set the defaults for this engine with the given flag.

These flags are used to control combinations of algorithm methods.

flag can be one of the following, other flags are available depending on your OS.

All flags

0xFFFF

No flags

0x0000

See also <openssl/engine.h>

No documentation available
No documentation available
No documentation available

Emit a sequence with map and tag

Emit an arbitrary object obj and tag

Called with encoding when the YAML stream starts. This method is called once per stream. A stream may contain multiple documents.

See the constants in Psych::Parser for the possible values of encoding.

Called when the document starts with the declared version, tag_directives, if the document is implicit.

version will be an array of integers indicating the YAML version being dealt with, tag_directives is a list of tuples indicating the prefix and suffix of each tag, and implicit is a boolean indicating whether the document is started implicitly.

Example

Given the following YAML:

%YAML 1.1
%TAG ! tag:tenderlovemaking.com,2009:
--- !squee

The parameters for start_document must be this:

version         # => [1, 1]
tag_directives  # => [["!", "tag:tenderlovemaking.com,2009:"]]
implicit        # => false

Called when a sequence ends.

Search took: 6ms  ·  Total Results: 4164