Results for: "module_function"

Updates the digest with the contents of a given file name and returns self.

The Fiddle::CompositeHandler instance

Will raise an error if no handlers are open.

No documentation available

Decodes a BER- or DER-encoded value and creates an ASN1Data instance. der may be a String or any object that features a .to_der method transforming it into a BER-/DER-encoded String+

Example

der = File.binread('asn1data')
asn1 = OpenSSL::ASN1.decode(der)

The current status of GC profile mode.

Starts the GC profiler.

Stops the GC profiler.

Clears the GC profiler data.

Returns a profile data report such as:

GC 1 invokes.
Index    Invoke Time(sec)       Use Size(byte)     Total Size(byte)         Total Object                    GC time(ms)
    1               0.012               159240               212940                10647         0.00000000000001530000

Removes the header for the given case-insensitive key (see Fields); returns the deleted value, or nil if no such field exists:

req = Net::HTTP::Get.new(uri)
req.delete('Accept') # => ["*/*"]
req.delete('Nosuch') # => nil
No documentation available

Create a new AndNode node

Create a new ArgumentsNode node

Create a new ArrayNode node

Create a new ArrayPatternNode node

Create a new AssocNode node

Create a new AssocSplatNode node

Create a new BeginNode node

Create a new BlockArgumentNode node

Create a new BlockNode node

Create a new BlockParameterNode node

Create a new BlockParametersNode node

Create a new BreakNode node

Create a new CallAndWriteNode node

Create a new CallNode node

Search took: 7ms  ·  Total Results: 4789