Results for: "remove_const"

No documentation available

Unexpected response from the server.

No documentation available

Raised when a RSS::Maker attempts to use an unknown maker.

Raised to indicate that a system exit should occur with the specified exit_code

No documentation available

Remote host reset the connection request.

An HTTP response. This is filled in by the service or do_* methods of a WEBrick HTTP Servlet.

Raised by transcoding methods when a named encoding does not correspond with a known converter.

No documentation available

A template for stream parser listeners. Note that the declarations (attlistdecl, elementdecl, etc) are trivially processed; REXML doesn’t yet handle doctype entity declarations, so you have to parse them out yourself.

No documentation available
No documentation available

Mixin methods for –version and –platform Gem::Command options.

No documentation available
No documentation available
No documentation available

508 Loop Detected - RFC 5842; experimental 509 Bandwidth Limit Exceeded - Apache bw/limited extension 510 Not Extended - RFC 2774; experimental

Raised when trying to use an expired tuple.

A generic module for daemonizing a process

No documentation available

WIN32OLE_RECORD objects represents VT_RECORD OLE variant. Win32OLE returns WIN32OLE_RECORD object if the result value of invoking OLE methods.

If COM server in VB.NET ComServer project is the following:

Imports System.Runtime.InteropServices
Public Class ComClass
    Public Structure Book
        <MarshalAs(UnmanagedType.BStr)> _
        Public title As String
        Public cost As Integer
    End Structure
    Public Function getBook() As Book
        Dim book As New Book
        book.title = "The Ruby Book"
        book.cost = 20
        Return book
    End Function
End Class

then, you can retrieve getBook return value from the following Ruby script:

require 'win32ole'
obj = WIN32OLE.new('ComServer.ComClass')
book = obj.getBook
book.class # => WIN32OLE_RECORD
book.title # => "The Ruby Book"
book.cost  # => 20

A StoreContext is used while validating a single certificate and holds the status involved.

In-memory session storage class.

Implements session storage as a global in-memory hash. Session data will only persist for as long as the Ruby interpreter instance does.

The RequirementList is used to hold the requirements being considered while resolving a set of gems.

The RequirementList acts like a queue where the oldest items are removed first.

Search took: 6ms  ·  Total Results: 3739