別のキーワード
ライブラリ
- drb (24)
-
drb
/ acl (24) - fileutils (36)
-
irb
/ extend-command (48) - mkmf (36)
- rbconfig (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ doc _ manager (48) -
rubygems
/ exceptions (36) -
rubygems
/ ext / builder (12) -
rubygems
/ indexer (12) -
rubygems
/ installer (324) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (156) - shell (6)
-
shell
/ command-processor (12) - un (24)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: DocManager (48) -
Gem
:: Ext :: Builder (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (300) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (144) - Shell (6)
-
Shell
:: CommandProcessor (12)
モジュール
- DRb (24)
- FileUtils (36)
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (60)
- RbConfig (12)
キーワード
- ACL (12)
-
DEFAULT
_ OPTIONS (12) - DESTDIR (12)
- DependencyInstaller (12)
- ExtensionBuildError (12)
- InstallCommand (12)
- InstallError (12)
- InstallUpdateOptions (12)
- Installer (12)
- ReFe (12)
- RemoteInstallationCancelled (12)
- RemoteInstallationSkipped (12)
- UninstallCommand (12)
- Uninstaller (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
collect
_ method (12) - commands (12)
-
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
drb
/ gw (12) -
ensure
_ dependency (12) -
exec
_ format (12) -
exec
_ format= (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
from
_ installed _ gems (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) -
home
_ install _ warning (12) -
home
_ install _ warning= (12) -
install
_ acl (12) -
install
_ alias _ method (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
install
_ files (12) -
install
_ id _ conv (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ system _ commands (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) -
installed
_ spec _ directories (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) - make (12)
- mkmf (24)
- new (36)
-
path
_ ok? (12) -
path
_ warning (12) -
path
_ warning= (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (12) -
rubygems
/ security (12) -
rubygems
/ uninstaller (12) - shebang (12)
- spec (24)
- un (12)
- uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
DRb
. # install _ acl(acl) -> () (6101.0) -
サーバ起動時の :acl オプションのデフォルト値を指定します。
サーバ起動時の :acl オプションのデフォルト値を指定します。
内部的には DRb::DRbServer.default_acl を呼び出すだけです。
@see ACL -
DRb
. # install _ id _ conv(idconv) -> () (6101.0) -
サーバ起動時の :id_conv オプションのデフォルト値を指定します。
サーバ起動時の :id_conv オプションのデフォルト値を指定します。
内部的には DRb::DRbServer.default_id_conv を呼び出すだけです。 -
Gem
:: DocManager # install _ rdoc (6101.0) -
RDoc を生成してインストールします。
RDoc を生成してインストールします。 -
Gem
:: DocManager # install _ ri (6101.0) -
RI のデータを生成してインストールします。
RI のデータを生成してインストールします。 -
Gem
:: Indexer # install _ indices (6101.0) -
作成済みのインデックスを所定のディレクトリに保存します。
作成済みのインデックスを所定のディレクトリに保存します。 -
Gem
:: Indexer # install _ indicies (6101.0) -
作成済みのインデックスを所定のディレクトリに保存します。
作成済みのインデックスを所定のディレクトリに保存します。 -
Gem
:: Specification # post _ install _ message -> String (6101.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
Gem
:: Specification # post _ install _ message=(message) (6101.0) -
インストール完了後に表示するメッセージをセットします。
インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。 -
IRB
:: ContextExtender . install _ extend _ commands -> object (6101.0) -
定義済みの拡張を読み込みます。
定義済みの拡張を読み込みます。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_command -
IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE) (6101.0) -
メソッドのエイリアスを定義します。ライブラリ内部で使用します。
メソッドのエイリアスを定義します。ライブラリ内部で使用します。
@param to 新しいメソッド名を Symbol か文字列で指定します。
@param from 元のメソッド名を Symbol か文字列で指定します。
@param override 新しいメソッド名が定義済みであった場合にそのメソッドを
上書きするかどうかを
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_...