Results for: "remove_const"

Nonsymmetric reduction to Hessenberg form.

No documentation available

Constructs proper parameters from arguments

No documentation available
No documentation available

Finds all tuples in the TupleBag which when treated as templates, match tuple and are alive.

Delete tuples which dead tuples from the TupleBag, returning the deleted tuples.

No documentation available
No documentation available
No documentation available

The full path to the gem (install path + full name).

Display to the user that a gem couldn’t be found and reasons why

Returns the RubyGems.org API key

Sets the RubyGems.org API key to api_key

Builds Marshal quick index gemspecs.

Build a single index for RubyGems 1.2 and newer

Builds indices for RubyGems 1.2 and newer. Handles full, latest, prerelease

Builds the @spec gem and returns an installer for it. The built gem includes:

bin/executable
lib/code.rb
ext/a/mkrf_conf.rb

Split the Gem search path (as reported by Gem.path).

No documentation available
No documentation available

Adds a development dependency named gem with requirements to this gem.

Usage:

spec.add_development_dependency 'example', '~> 1.1', '>= 1.1.4'

Development dependencies aren’t installed by default and aren’t activated when a gem is required.

Builds a gem from spec and places it in File.join @gemhome, 'cache'. Automatically creates files based on spec.files

Removes all installed gems from +@gemhome+.

Creates several default gems which all have a lib/code.rb file. The gems are not installed but are available in the cache dir.

+@a1+

gem a version 1, this is the best-described gem.

+@a2+

gem a version 2

+@a3a

gem a version 3.a

+@a_evil9+

gem a_evil version 9, use this to ensure similarly-named gems don’t collide with a.

+@b2+

gem b version 2

+@c1_2+

gem c version 1.2

+@pl1+

gem pl version 1, this gem has a legacy platform of i386-linux.

Additional prerelease gems may also be created:

+@a2_pre+

gem a version 2.a

TODO: nuke this and fix tests. this should speed up a lot

Search took: 4ms  ·  Total Results: 3739