Results for: "Pathname"

Calls the block with each capitalized field name:

res = Net::HTTP.get_response(hostname, '/todos/1')
res.each_capitalized_name do |key|
  p key if key.start_with?('C')
end

Output:

"Content-Type"
"Connection"
"Cache-Control"
"Cf-Cache-Status"
"Cf-Ray"

The capitalization is system-dependent; see Case Mapping.

Returns an enumerator if no block is given.

Turns email_address into an OpenSSL::X509::Name

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

The short name of the ObjectId, as defined in <openssl/objects.h>.

The long name of the ObjectId, as defined in <openssl/objects.h>.

Creates a Response with the help of an OpenSSL::PKey, an OpenSSL::X509::Certificate and a Request.

Mandatory parameters for timestamp creation that need to be set in the Request:

Mandatory parameters that need to be set in the Factory:

In addition one of either Request#policy_id or Factory#default_policy_id must be set.

Raises a TimestampError if creation fails, though successfully created error responses may be returned.

Adds path as the hash dir to be looked up by the store.

See also the man page X509_LOOKUP_hash_dir(3).

No documentation available
No documentation available

Get the presentation name of the SvcParamKey.

No documentation available
No documentation available

Git binary path

No documentation available

Return the full path to the cached gem file matching the given name and version requirement. Returns ‘nil’ if no match.

Example:

get_path 'rake', '> 0.4' # "/usr/lib/ruby/gems/1.8/cache/rake-0.4.2.gem"
get_path 'rake', '< 0.1' # nil
get_path 'rak'           # nil (exact name required)
No documentation available
No documentation available
No documentation available

Corresponds to $(LIBPATH) in mkmf

Search took: 4ms  ·  Total Results: 2303