Results for: "Array"

Module that defines the default UserInteraction. Any class including this module will have access to the ui method that returns the default UI.

UserInteraction allows RubyGems to interact with the user through standard methods that can be replaced with more-specific UI methods for different displays.

Since UserInteraction dispatches to a concrete UI class you may need to reference other classes for specific behavior such as Gem::ConsoleUI or Gem::SilentUI.

Example:

class X
  include Gem::UserInteraction

  def get_answer
    n = ask("What is the meaning of life?")
  end
end
No documentation available
No documentation available

If we have an identifier that follows a method name like:

def foo bar

then Ripper will mark bar as END|LABEL if there is a local in a parent scope named bar because it hasn’t pushed the local table yet. We do this more accurately, so we need to allow comparing against both END and END|LABEL.

An error class raised when dynamic parts are found while computing a constant path’s full name. For example: Foo::Bar::Baz -> does not raise because all parts of the constant path are simple constants var::Bar::Baz -> raises because the first part of the constant path is a local variable

A field representing the start and end character offsets.

A field representing the start and end character columns.

SvcParams for service binding RRs. [RFC9460]

Base class for SvcParam. [RFC9460]

Raised when a tar file is corrupt

TarReader reads tar files and allows iteration over their items

No documentation available

Class that parses String’s into URI’s.

It contains a Hash set of patterns and Regexp’s that match and validate.

This is the JSON parser implemented as a C extension. It can be configured to be used by setting

JSON.parser = JSON::Ext::Parser

with the method parser= in JSON.

No documentation available

Generic error class for all errors raised in ASN1 and any of the classes defined in it.

No documentation available

Generic Exception class that is raised if an error occurs during a Digest operation.

This is the generic exception for OpenSSL::Engine related errors

Generic exception class raised if an error occurs in OpenSSL::KDF module.

Generic Exception class that is raised if an error occurs during an operation on an instance of OpenSSL::Netscape::SPKI.

OCSP error class.

No documentation available
No documentation available
Search took: 7ms  ·  Total Results: 2478