Results for: "OptionParser"

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

Attempts to re-sign an expired cert with a given private key

Returns value specified by the member name of VT_RECORD OLE object. If the member name is not correct, KeyError exception is raised. If you can’t access member variable of VT_RECORD OLE object directly, use this method.

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

Imports System.Runtime.InteropServices
Public Class ComClass
    Public Structure ComObject
        Public object_id As Ineger
    End Structure
End Class

and Ruby Object class has title attribute:

then accessing object_id of ComObject from Ruby is as the following:

srver = WIN32OLE.new('ComServer.ComClass')
obj = WIN32OLE::Record.new('ComObject', server)
# obj.object_id returns Ruby Object#object_id
obj.ole_instance_variable_get(:object_id) # => nil

Example:

x.foo(42)
      ^^
x[42]
  ^^
x += 1
     ^

Example:

x.foo = 1
        ^
x[42] = 1
  ^^^^^^^
x[] = 1
  ^^^^^

Example:

x + 1
  ^
+x
^

Example:

foo(42)
    ^^
foo 42
    ^^

Example:

Foo
^^^
No documentation available
No documentation available

Compile a BlockArgumentNode node

Compile a CallTargetNode node

Compile a CaseMatchNode node

Compile a ConstantReadNode node

Compile a ConstantWriteNode node

Compile a EmbeddedVariableNode node

Compile a FlipFlopNode node

Compile a IndexTargetNode node

Compile a InterpolatedStringNode node

Compile a InterpolatedSymbolNode node

Compile a InterpolatedXStringNode node

Compile a MultiWriteNode node

Search took: 9ms  ·  Total Results: 6041