Flowdock
method

install

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: Gem
install(name, version = Gem::Requirement.default) public

Top level install helper method. Allows you to install gems interactively:

% irb
>> Gem.install "minitest"
Fetching: minitest-3.0.1.gem (100%)
=> [#<Gem::Specification:0x1013b4528 @name="minitest", ...>]
Show source
Register or log in to add new notes.