The default signing certificate chain path
| RelativeLocationPath | '/' RelativeLocationPath? | '//' RelativeLocationPath
Downloads uri
to path
if necessary. If no path is given, it just passes the data.
Fully expand the name, even if the prefix wasn’t specified in the source file.
Set
the names of the members
in this C struct
Returns original filename recorded in the gzip file header, or nil
if original filename is not present.
Specify the original name (str
) in the gzip header.
Returns the absolute path of this instruction sequence.
nil
if the iseq was evaluated from a string.
For example, using ::compile_file
:
# /tmp/method.rb def hello puts "hello, world" end # in irb > iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb') > iseq.absolute_path #=> /tmp/method.rb
Paths in the gem to add to $LOAD_PATH
when this gem is activated. If you have an extension you do not need to add "ext"
to the require path, the extension build process will copy the extension files into “lib” for you.
The default value is "lib"
Usage:
# If all library files are in the root directory... spec.require_paths = ['.']
Return full names of all specs in sorted order.
The default (generated) file name of the gem. See also spec_name
.
spec.file_name # => "example-1.0.gem"
Return a NameTuple that represents this Specification
Singular accessor for require_paths
Singular accessor for require_paths
True if this gem has the same attributes as other
.
The default name of the gemspec. See also file_name
spec.spec_name # => "example-1.0.gemspec"