Adds name
with permissions mode
to the tar, yielding io
for writing the file. The digest_algorithm
is written to a read-only name
.sum file following the given file contents containing the digest name and hexdigest separated by a tab.
The created digest object is returned.
Pins the gem name
to the given source
. Adding a gem with the same name from a different source
will raise an exception.
The required_ruby_version
constraint for this specification
A fallback is included because when generated, some marshalled specs have it set to nil
.
The required_ruby_version
constraint for this specification
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
Compile a ArrayPatternNode
node
Compile a BlockArgumentNode
node
Compile a CallTargetNode
node
Compile a CapturePatternNode
node
Compile a ConstantTargetNode
node
Compile a FindPatternNode
node
Compile a FlipFlopNode
node
Compile a ForwardingSuperNode
node
Compile a HashPatternNode
node
Compile a IndexTargetNode
node