method
setup
Ruby latest stable (v2_5_5)
-
0 notes -
Class: InstallerTestCase
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (38)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (24)
- 2_6_3 (0)
- What's this?
setup()
public
Creates the following instance variables:
@spec |
a spec named ‘a’, intended for regular installs |
@user_spec |
a spec named ‘b’, intended for user installs |
@gem |
the path to a built gem from @spec |
@user_spec |
the path to a built gem from @user_spec |
@installer |
a Gem::Installer for the @spec that installs into @gemhome |
@user_installer |
a Gem::Installer for the @user_spec that installs into Gem.user_dir |