Results for: "pstore"

No documentation available
No documentation available

Full paths in the gem to add to $LOAD_PATH when this gem is activated.

Is is ok to remove a gemspec from the dependency list?

If removing the gemspec creates breaks a currently ok dependency, then it is NOT ok to remove the gemspec.

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.

Creates a Resolver that queries only against the already installed gems for the needed dependencies.

No documentation available
No documentation available
No documentation available

TODO: move to minitest

Ask for a password. Does not echo response to terminal.

No documentation available

See Shell::CommandProcessor#test

Parses a C struct’s members

Example:

require 'fiddle/import'

include Fiddle::CParser
  #=> Object

parse_struct_signature(['int i', 'char c'])
  #=> [[Fiddle::TYPE_INT, Fiddle::TYPE_CHAR], ["i", "c"]]

parse_struct_signature(['char buffer[80]'])
  #=> [[[Fiddle::TYPE_CHAR, 80]], ["buffer"]]
No documentation available

Find (and return) first subnode (recursively) for which the block evaluates to true. Returns nil if none was found.

No documentation available
No documentation available

Creates an RubyGems API to host and path with the given HTTP method.

If allowed_push_host metadata is present, then it will only allow that host.

Asks for a password with a prompt

Add the –prerelease option to the option parser.

No documentation available

Returns the error string corresponding to the error code retrieved by error.

No documentation available
Search took: 3ms  ·  Total Results: 3468