648件ヒット
[101-200件を表示]
(0.073秒)
別のキーワード
ライブラリ
-
drb
/ acl (12) -
irb
/ extend-command (12) - mkmf (36)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (72) -
rubygems
/ doc _ manager (48) -
rubygems
/ indexer (12) -
rubygems
/ installer (216) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (132) - un (24)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (72) -
Gem
:: DocManager (48) -
Gem
:: Indexer (12) -
Gem
:: Installer (216) -
Gem
:: RemoteFetcher (12) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (132)
モジュール
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ExtendCommandBundle (12) - Kernel (60)
キーワード
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
ensure
_ dependency (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
install
_ alias _ method (12) -
install
_ files (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - mkmf (12)
-
path
_ ok? (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) - shebang (12)
- spec (24)
- uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: Uninstaller # uninstall (9101.0) -
Gem をアンインストールします。
Gem をアンインストールします。
スペックファイルやキャッシュも削除します。 -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (9101.0) -
与えられた spec に対応する Gem をアンインストールします。
与えられた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラメータは破壊的に変更されます。 -
Kernel
# install _ files(mfile , ifiles , map = nil , srcprefix = nil) -> [] (6118.0) -
このメソッドは create_makefile, install_rb が使用します。 内部用のメソッドです。
...このメソッドは create_makefile, install_rb が使用します。
内部用のメソッドです。
@param mfile Makefile を表す File のインスタンスです。
@param ifiles インストールするファイルのリストを指定します。
@param map ???
@param srcprefix ソ... -
ACL
# install _ list(list) -> () (6108.0) -
ACL に list で指定したエントリーを追加します。
...ACL に list で指定したエントリーを追加します。
require "drb/acl"
acl = ACL.new
acl.install_list(["deny", "192.168.1.45"])
@param list 追加するエントリー... -
Gem
:: DocManager # install _ rdoc (6102.0) -
RDoc を生成してインストールします。
RDoc を生成してインストールします。 -
Gem
:: DocManager # install _ ri (6102.0) -
RI のデータを生成してインストールします。
RI のデータを生成してインストールします。 -
Gem
:: Indexer # install _ indices (6102.0) -
作成済みのインデックスを所定のディレクトリに保存します。
作成済みのインデックスを所定のディレクトリに保存します。 -
Gem
:: Indexer # install _ indicies (6102.0) -
作成済みのインデックスを所定のディレクトリに保存します。
作成済みのインデックスを所定のディレクトリに保存します。 -
Gem
:: Specification # post _ install _ message -> String (6102.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
Gem
:: Specification # post _ install _ message=(message) (6102.0) -
インストール完了後に表示するメッセージをセットします。
インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。