Results for: "Pathname"

No documentation available
No documentation available

Returns the file name of this handle.

Set the names of the members in this C struct

No documentation available

Returns library name. If the method fails to access library name, WIN32OLE::RuntimeError is raised.

tlib = WIN32OLE::TypeLib.new('Microsoft Excel 9.0 Object Library')
tlib.library_name # => Excel

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
No documentation available
No documentation available
No documentation available
No documentation available

Private setter for the path of the URI::FTP.

Returns the full name of this constant. For example: “Foo”

Returns the full name of this constant. For example: “Foo”

Returns the full name of this constant path. For example: “Foo::Bar”

Returns the full name of this constant path. For example: “Foo::Bar”

Returns the full name of this constant. For example: “Foo”

No documentation available

Iterates over all hostnames for address retrieved from the hosts file.

Iterates over all hostnames for address retrieved from the DNS resolver.

address must be a Resolv::IPv4, Resolv::IPv6 or a String. Retrieved names will be Resolv::DNS::Name instances.

Turns this IPv4 address into a Resolv::DNS::Name.

Turns this IPv6 address into a Resolv::DNS::Name.

Returns the full name (name-version) of this Gem. Platform information is included (name-version-platform) if it is specified and not the default Ruby platform.

Search took: 4ms  ·  Total Results: 2413