Results for: "Array.new"

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

returns the SSL Parameters

see also POP3.enable_ssl

true if this object uses STARTTLS.

Parses arg and returns rest of arg and matched portion to the argument pattern. Yields when the pattern doesn’t match substring.

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

Returns a valid argument to make_expires and the renewer or nil.

Given true, nil, or Numeric, returns that value and nil (no actual renewer). Otherwise it returns an expiry value from calling it.renew and the renewer.

No documentation available
No documentation available

Builds and installs indices.

returns an integer in (-infty, 0] a number closer to 0 means the dependency is less constraining

dependencies w/ 0 or 1 possibilities (ignoring version requirements) are given very negative values, so they always sort first, before dependencies that are unconstrained

No documentation available

Regenerates plugin wrappers after removal.

Returns an Array of the components defined from the COMPONENT Array.

Returns the one-character string which cause Encoding::UndefinedConversionError.

ec = Encoding::Converter.new("ISO-8859-1", "EUC-JP")
begin
  ec.convert("\xa0")
rescue Encoding::UndefinedConversionError
  puts $!.error_char.dump   #=> "\xC2\xA0"
  p $!.error_char.encoding  #=> #<Encoding:UTF-8>
end
Search took: 5ms  ·  Total Results: 2131