Results for: "remove_const"

Enters exclusive section.

Leaves exclusive section.

Returns true if this monitor is locked by any thread

Returns true if this monitor is locked by current thread.

Initializes the MonitorMixin after being included in a class or when an object has been extended with the MonitorMixin

Return the number of observers associated with this object.

Returns a Hash of the defined schemes.

This method injects an instance variable unconverted_fields into row and an accessor method for row called unconverted_fields(). The variable is set to the contents of fields.

No documentation available
No documentation available

Adds a response handler. For example, to detect when the server sends a new EXISTS response (which normally indicates new messages being added to the mailbox), add the following handler after selecting the mailbox:

imap.add_response_handler { |resp|
  if resp.kind_of?(Net::IMAP::UntaggedResponse) and resp.name == "EXISTS"
    puts "Mailbox now has #{resp.data} messages"
  end
}
No documentation available

CRAM-MD5: [RFC2195]

No documentation available

Reads text, substituting entities

No documentation available
No documentation available

Checks the permissions of the credentials file. If they are not 0600 an error message is displayed and RubyGems aborts.

Performs various checks before installing the gem such as the install repository is writable and its directories exist, required Ruby and rubygems versions are met and that dependencies are installed.

Version and dependency checks are skipped if this install is forced.

The dependent check will be skipped if the install is ignoring dependencies.

Installs from the gem dependencies files in the :gemdeps option in options, yielding to the block as in install.

If :without_groups is given in the options, those groups in the gem dependencies file are not used. See Gem::Installer for other options.

No documentation available

Builds and installs the Gem::Specification spec into the user dir

Installs the provided default specs including writing the spec file

private functions

Defines a command, registering path as a Shell method for the given command.

Shell::CommandProcessor.def_system_command "ls"
  #=> Defines ls.

Shell::CommandProcessor.def_system_command "sys_sort", "sort"
  #=> Defines sys_sort as sort
Search took: 5ms  ·  Total Results: 3993